https://bugs.kde.org/show_bug.cgi?id=401512
--- Comment #7 from Kevin Kofler <kevin.kof...@chello.at> --- The patch from comment #2 prevents the tuple from being de-refcounted all the way down to 0 (because it adds a bogus unowned reference), so the tuple is leaked, and its continued existence also keeps the arguments referenced. (It is the destruction of the tuple that decreases the reference count of each argument.) On the other hand, the patch from comment #5 looks like the correct fix to me. -- You are receiving this mail because: You are watching all bug changes.