g_error_free: Assertion 'error != NULL' failed

Bug #1719003 reported by Andreas Rönnquist
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Sakura
Fix Released
Undecided
Unassigned

Bug Description

The g_error_free(gerror) on line 3097 tries to free the error even if there is none, and gives a warning:

(sakura:16758): GLib-CRITICAL **: g_error_free: assertion 'error != NULL' failed

this can be solved by checking it for non-NULL, or putting the free inside the braces just above.

David Gómez (dabisu)
Changed in sakura:
status: New → Fix Committed
David Gómez (dabisu)
Changed in sakura:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.