Revision: 7583
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7583&view=rev
Author:   rtv
Date:     2009-04-07 19:06:20 +0000 (Tue, 07 Apr 2009)

Log Message:
-----------
killed bug in rastervis

Modified Paths:
--------------
    code/stage/trunk/libstage/model.cc

Modified: code/stage/trunk/libstage/model.cc
===================================================================
--- code/stage/trunk/libstage/model.cc  2009-04-07 19:01:36 UTC (rev 7582)
+++ code/stage/trunk/libstage/model.cc  2009-04-07 19:06:20 UTC (rev 7583)
@@ -1152,4 +1152,7 @@
         for( GList* it=pts; it; it=it->next )
                if( it->data )
                  delete (stg_point_t*)it->data;
+
+  g_list_free( pts );
+  pts = NULL;
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to