[Gpredict-svn] SF.net SVN: gpredict:[224] trunk/src/trsp-conf.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2009-04-04 22:21:41
|
Revision: 224 http://gpredict.svn.sourceforge.net/gpredict/?rev=224&view=rev Author: csete Date: 2009-04-04 22:21:38 +0000 (Sat, 04 Apr 2009) Log Message: ----------- Set empty transponder list to NULL. Modified Paths: -------------- trunk/src/trsp-conf.c Modified: trunk/src/trsp-conf.c =================================================================== --- trunk/src/trsp-conf.c 2009-04-04 22:19:03 UTC (rev 223) +++ trunk/src/trsp-conf.c 2009-04-04 22:21:38 UTC (rev 224) @@ -184,4 +184,5 @@ g_free (trsp); } g_slist_free (trsplist); + trsplist = NULL; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |