Comment 8 for bug 1143463

Revision history for this message
In , Xavier Claessens (zdra) wrote :

You should use g_clear_error() instead. I'm actually tempted to do a big s/g_error_free/g_clear_error/ and ban g_error_free() in our coding style checker, like we already banned some _free() in favor of their corresponding _unref().