ekiga r6302 - trunk/lib/gui
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6302 - trunk/lib/gui
- Date: Thu, 22 May 2008 06:48:20 +0000 (UTC)
Author: jpuydt
Date: Thu May 22 06:48:19 2008
New Revision: 6302
URL: http://svn.gnome.org/viewvc/ekiga?rev=6302&view=rev
Log:
Put back the memory freeing, as it is correct after all!
Modified:
trunk/lib/gui/codecsbox.cpp
Modified: trunk/lib/gui/codecsbox.cpp
==============================================================================
--- trunk/lib/gui/codecsbox.cpp (original)
+++ trunk/lib/gui/codecsbox.cpp Thu May 22 06:48:19 2008
@@ -343,6 +343,9 @@
if (clist != curlist)
codecs_box_set_codecs (self, list);
+ g_slist_foreach (list, (GFunc) g_free, NULL);
+ g_slist_free (list);
+
g_slist_foreach (current_list, (GFunc) g_free, NULL);
g_slist_free (current_list);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]