GNOME Bugzilla – Bug 662259
drop a dead variable
Last modified: 2011-10-31 23:18:34 UTC
The GError in add_match_done is never used. Whats worse, it is dereferenced in the error path. This is the kind of thing that drives static analyzers up the wall...
Created attachment 199494 [details] [review] Drop a dead variable The GError in add_match_done is never used. Whats worse, it is dereferenced in the error path.
Attachment 199494 [details] pushed as a271dac - Drop a dead variable Thanks