-
in object_destroy
while (object->priv->data)
object_free_data_common(object, ((object_data_t*)object->priv->data)->name);
should really be:
while (object->priv->data)
object_free_data_common(object, ((object_data_t*)object->priv->data->data)->name);
otherwise you get random crashes when using object_set_data.
2009-11-01 19:34:00 UTC by nebokazer
-
sgop committed patchset 675 of module lopster2 to the Lopster CVS repository, changing 167 files.
2009-08-30 00:34:34 UTC by sgop
-
added missing file, hope compilation works again.
2009-08-27 19:15:48 UTC by sgop
-
after the latest mods in the cvs sources I cannot compile:
gcc -DHAVE_CONFIG_H -I. -I.. -DLOPSTER_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_LIB_DIR=\""/usrlib64/lopster"\" -DPACKAGE_DATA_DIR=\""/usr/share/lopster"\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2...
2009-08-26 13:03:24 UTC by nobody
-
sgop committed patchset 674 of module lopster2 to the Lopster CVS repository, changing 106 files.
2009-08-09 22:42:43 UTC by sgop
-
sgop committed patchset 673 of module lopster2 to the Lopster CVS repository, changing 1 files.
2009-08-08 02:03:43 UTC by sgop
-
sgop committed patchset 672 of module lopster2 to the Lopster CVS repository, changing 1 files.
2009-08-07 23:26:04 UTC by sgop
-
sgop committed patchset 671 of module lopster2 to the Lopster CVS repository, changing 1 files.
2009-08-07 23:23:18 UTC by sgop