John Darrington <j...@darrington.wattle.id.au> writes: > On Mon, Apr 23, 2012 at 10:19:05PM -0700, Ben Pfaff wrote: > PsppireAcr retains a pointer to the GtkListStore inside it but it > -/* Set the widget's treemodel */ > +/* Set the widget's treemodel to LISTSTORE. LISTSTORE ownership is not > + transferred. */ > void > psppire_acr_set_model (PsppireAcr *acr, GtkListStore *liststore) > { > + if (acr->list_store) > + g_object_unref (liststore); > > I think there is a typo here ^^^
Thanks. I changed this to g_object_unref (acr->list_store). _______________________________________________ pspp-dev mailing list pspp-dev@gnu.org https://lists.gnu.org/mailman/listinfo/pspp-dev