Re: segv on bad gobject get call



On Mon, 2007-12-10 at 19:41 -0500, muppet wrote:

I think the point you're making is that

gperl.h:249:#define SvGObject(sv)  (gperl_get_object (sv))


ought to be

gperl.h:249:#define SvGObject(sv)  (gperl_get_object_check (sv, G_TYPE_OBJECT))


and, quite frankly, i don't know why it isn't.

I went ahead and made that change.  Glib's and Gtk2's test suites pass.
So here's a patch.  Commit?

-- 
Bye,
-Torsten

Attachment: check.patch
Description: Text Data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]