|
From: <ai...@us...> - 2013-10-26 02:45:26
|
Revision: 12631
http://sourceforge.net/p/plplot/code/12631
Author: airwin
Date: 2013-10-26 02:45:20 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
Fix minor memory leak in example.
Modified Paths:
--------------
trunk/examples/c/x33c.c
Modified: trunk/examples/c/x33c.c
===================================================================
--- trunk/examples/c/x33c.c 2013-10-26 01:00:43 UTC (rev 12630)
+++ trunk/examples/c/x33c.c 2013-10-26 02:45:20 UTC (rev 12631)
@@ -275,6 +275,7 @@
plvpor( 0.0, 1.0, 0.0, 1.0 );
plwind( 0.0, 1.0, 0.0, 1.0 );
plptex( 0.5, 0.5, 0.0, 0.0, 0.5, title );
+ free( label );
}
void
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|