ekiga r6362 - in trunk: . src/gui
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6362 - in trunk: . src/gui
- Date: Wed, 4 Jun 2008 05:16:34 +0000 (UTC)
Author: dsandras
Date: Wed Jun 4 05:16:34 2008
New Revision: 6362
URL: http://svn.gnome.org/viewvc/ekiga?rev=6362&view=rev
Log:
Fixed leak.
Modified:
trunk/ChangeLog
trunk/src/gui/main.cpp
Modified: trunk/src/gui/main.cpp
==============================================================================
--- trunk/src/gui/main.cpp (original)
+++ trunk/src/gui/main.cpp Wed Jun 4 05:16:34 2008
@@ -615,6 +615,8 @@
if (msg)
gm_main_window_flash_message (GTK_WIDGET (window), "%s", msg);
+
+ g_free (msg);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]