GNOME Bugzilla – Bug 689975
Incorrect use of object in log statement
Last modified: 2012-12-10 14:56:54 UTC
Created attachment 231145 [details] [review] Incorrect use of object in log statement Fix incorrect use of object in log statement. We are given a pointer to the object and should not try to take the address of it.
commit 4fc452344afd1abf10ec3c8250bc5f3336939118 Author: Rasmus Rohde <rohde@duff.dk> Date: Mon Dec 10 14:54:03 2012 +0100 Fix incorrect use of object in log statement. We are given a pointer to the object and should not try to take the address of it.
Looks like it got cherry-picked into the 1.0 branch after all :)