ekiga r6301 - trunk/lib/gmconf
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6301 - trunk/lib/gmconf
- Date: Thu, 22 May 2008 06:48:15 +0000 (UTC)
Author: jpuydt
Date: Thu May 22 06:48:15 2008
New Revision: 6301
URL: http://svn.gnome.org/viewvc/ekiga?rev=6301&view=rev
Log:
Fixed very old and venerable memory-corrupting bug.
Modified:
trunk/lib/gmconf/gmconf-glib.c
Modified: trunk/lib/gmconf/gmconf-glib.c
==============================================================================
--- trunk/lib/gmconf/gmconf-glib.c (original)
+++ trunk/lib/gmconf/gmconf-glib.c Thu May 22 06:48:15 2008
@@ -1380,7 +1380,7 @@
{
g_return_val_if_fail (entry != NULL, NULL);
- return g_slist_copy (entry_get_list (entry));
+ return string_list_deep_copy (entry_get_list (entry));
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]