GNOME Bugzilla – Bug 581385
Return false when gjs_g_arg_release_internal fails
Last modified: 2009-05-05 17:54:22 UTC
When we don't know how to release an argument, return false after calling gjs_throw().
Created attachment 133977 [details] [review] Return false when gjs_g_arg_release_internal fails
yep
It actually skips a free; I'll squash this into a bigger patch that does a bunch of fixes on the failure paths in arg.c.
Created attachment 133981 [details] [review] Improve error handling in arg.c values, and also improves the error messages in the calls to gjs_throw().
Pushed