[uim-commit] r1210 - trunk/qt

tkng at freedesktop.org tkng at freedesktop.org
Wed Aug 17 17:42:15 PDT 2005


Author: tkng
Date: 2005-08-17 17:42:06 -0700 (Wed, 17 Aug 2005)
New Revision: 1210

Modified:
   trunk/qt/toolbar-common-uimstateindicator.cpp
Log:
* qt/toolbar-common-uimstateindicator.cpp:
 - (UimStateIndicator::slotStdinActivated): Fixed memory leaks.
  Since I'm not sure whether this change is appropriate, I don't commit
  this to branches/0.4. If you know that this is safe, please commit this 
  change to 0.4 branch.


Modified: trunk/qt/toolbar-common-uimstateindicator.cpp
===================================================================
--- trunk/qt/toolbar-common-uimstateindicator.cpp	2005-08-17 17:42:57 UTC (rev 1209)
+++ trunk/qt/toolbar-common-uimstateindicator.cpp	2005-08-18 00:42:06 UTC (rev 1210)
@@ -212,6 +212,8 @@
         }
 
         parseHelperStr( tmp );
+	delete tmp;
+	free( s );
     }
 }
 



More information about the uim-commit mailing list