GNOME Bugzilla – Bug 730277
gthread: Fix use of a local variable after it went out of scope
Last modified: 2014-05-20 10:02:21 UTC
Patch attached.
Created attachment 276689 [details] [review] gthread: Fix use of a local variable after it went out of scope This could theoretically cause problems, although in practice we would have seen them by now (the bug was introduced in 2012). Coverity issue: #1159486
Review of attachment 276689 [details] [review]: ok
Attachment 276689 [details] pushed as 03a82ce - gthread: Fix use of a local variable after it went out of scope