X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-selector.c;h=08f7f0215d8fb505d1a4c8889949e22f3589f0b1;hb=e89158e8abd2dae27d985e3574eb5aa1d265fc66;hp=79601b64faf5a9f9a5bedd91d1f83ab8095809e4;hpb=7557c4bf71b244226c7a248177715dade26aabe5;p=pspp diff --git a/src/ui/gui/psppire-selector.c b/src/ui/gui/psppire-selector.c index 79601b64fa..08f7f0215d 100644 --- a/src/ui/gui/psppire-selector.c +++ b/src/ui/gui/psppire-selector.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007, 2009, 2010 Free Software Foundation + Copyright (C) 2007, 2009, 2010, 2012 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -812,6 +812,8 @@ update_model ( g_signal_connect_swapped (new_model, "row-inserted", G_CALLBACK (on_row_inserted), selector); + + g_object_unref (new_model); } }