From: <ai...@us...> - 2013-12-22 00:15:16
|
Revision: 12901 http://sourceforge.net/p/plplot/code/12901 Author: airwin Date: 2013-12-22 00:15:08 +0000 (Sun, 22 Dec 2013) Log Message: ----------- Style previous commit. Modified Paths: -------------- trunk/drivers/tk.c Modified: trunk/drivers/tk.c =================================================================== --- trunk/drivers/tk.c 2013-12-22 00:10:13 UTC (rev 12900) +++ trunk/drivers/tk.c 2013-12-22 00:15:08 UTC (rev 12901) @@ -1558,11 +1558,11 @@ if ( unlink( iodev->fileName ) == -1 ) abort_session( pls, "Error removing fifo" ); - free( (void *) iodev->fileName); + free( (void *) iodev->fileName ); iodev->fileName = NULL; if ( rmdir( dirname ) == -1 ) abort_session( pls, "Error removing temporary directory" ); - free( (void *) dirname); + free( (void *) dirname ); } // Create socket for data transfer to the plframe widget This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |