ekiga r7388 - trunk/lib/gmref



Author: jpuydt
Date: Thu Nov 20 13:12:12 2008
New Revision: 7388
URL: http://svn.gnome.org/viewvc/ekiga?rev=7388&view=rev

Log:
Re-enabled code freeing in gmref, since the bad GUI code doesn't make us crash anymore.

Modified:
   trunk/lib/gmref/gmref.cpp

Modified: trunk/lib/gmref/gmref.cpp
==============================================================================
--- trunk/lib/gmref/gmref.cpp	(original)
+++ trunk/lib/gmref/gmref.cpp	Thu Nov 20 13:12:12 2008
@@ -56,8 +56,8 @@
   if (obj != 0) {
 
     obj->refcount--;
-    //if (obj->refcount <= 0)
-    //  delete obj;
+    if (obj->refcount <= 0)
+      delete obj;
   }
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]