After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 142307 - dia: Gtk-WARNING on close
dia: Gtk-WARNING on close
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
0.93
Other Linux
: Normal normal
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2004-05-10 21:32 UTC by Roland Stigge
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roland Stigge 2004-05-10 21:32:01 UTC
When I start dia and close it via the window manager's 'X' button, the following
happens:

ernie@atari:~$ dia
Thank you for using Dia.

(dia:17174): 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 gtk_object_sink() after a normal
reference is obtained with g_object_ref().

(dia:17174): 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 gtk_object_sink() after a normal
reference is obtained with g_object_ref().

(dia:17174): 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 gtk_object_sink() after a normal
reference is obtained with g_object_ref().
ernie@atari:~$
Comment 1 Hans Breuer 2004-05-17 20:09:49 UTC
2004-05-17  Hans Breuer  <hans@breuer.org>

	* lib/widgets.c : fixed possible menu leak
	* lib/dialinechooser.c lib/diaarrowchooser.c : finally
	avoid finalization of floating references, bug #142307