View Single Post
Old 06-03-2012, 07:24 AM   #28
MartinZ
Zealot
MartinZ doesn't litterMartinZ doesn't litter
 
Posts: 110
Karma: 138
Join Date: Mar 2011
Device: PB903, PB603
Quote:
Sure, updated
Thanks for that.

Perhaps you have got a hint for me about the following console message after my PBChord is finished with "CloseApp()".

Code:
** Message: Command 602 selected

** Message: Command 502 selected

hw_close

(pbchord:2967): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(pbchord:2967): Gtk-WARNING **: A floating object was finalized. This means that someone
called g_object_unref() on an object that had only a floating
reference; the initial floating reference is not owned by anyone
and must be removed with g_object_ref_sink().
I use PBTK for PBFileChooser and PBListBox.

It seems to have to to with gtk+ ?
I guess some buffer is closed the wrong way. But i can't find something i did wrong.

-I close fonts with "CloseFont()"
-I remove bitmaps (created with LoadBitmap or BitmapFromScreen) with "free"
etc.

Where could the reason be found?
MartinZ is offline   Reply With Quote