Skip to content
Commit 5fda6c30 authored by Pavel Holejsovsky's avatar Pavel Holejsovsky Committed by Pavel Holejsovsky
Browse files

Avoid _get_func() consuming reference from input info

Fix of leak in 4c9424e1 was a bit
overaggressive, stealing also one reference from input 'info'
argument.

Also fixes another bug in that commit - local 'func' shadowing the
return value, causing that function always returned NULL even when
some result was actually found.

https://bugzilla.gnome.org/show_bug.cgi?id=673282
parent 4019e078
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment