Remove double free for some GsweMoment internal lists

This commit is contained in:
Gergely Polonkai 2014-11-13 01:13:39 +01:00
parent bf5a839511
commit efa7b7fab3
1 changed files with 0 additions and 17 deletions

View File

@ -309,23 +309,6 @@ gswe_moment_finalize(GObject *gobject)
{
GsweMoment *moment = GSWE_MOMENT(gobject);
g_list_free_full(
moment->priv->house_list,
(GDestroyNotify)gswe_house_data_unref
);
g_list_free_full(
moment->priv->planet_list,
(GDestroyNotify)gswe_planet_data_unref
);
g_list_free_full(
moment->priv->aspect_list,
(GDestroyNotify)gswe_aspect_data_unref
);
g_list_free_full(
moment->priv->antiscia_list,
(GDestroyNotify)gswe_antiscion_data_unref
);
g_clear_object(&moment->priv->timestamp);
g_list_free_full(