Index: /trunk/BNC/RTCM3/rtcm3torinex.c
===================================================================
--- /trunk/BNC/RTCM3/rtcm3torinex.c	(revision 1209)
+++ /trunk/BNC/RTCM3/rtcm3torinex.c	(revision 1210)
@@ -1,5 +1,5 @@
 /*
   Converter for RTCM3 data to RINEX.
-  $Id: rtcm3torinex.c,v 1.17 2008/09/22 09:39:49 weber Exp $
+  $Id: rtcm3torinex.c,v 1.18 2008/11/10 18:01:41 weber Exp $
   Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu>
 
@@ -51,5 +51,5 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.17 $";
+static char revisionstr[] = "$Revision: 1.18 $";
 
 #ifndef COMPILEDATE
@@ -349,4 +349,6 @@
           if(handle->antSize < 100) {handle->antSize += 1;}
         }
+        free(antC);
+        free(antS);
         ret = 1007;
       }
@@ -377,4 +379,6 @@
           if(handle->antSize < 100) {handle->antSize += 1;}
         }
+        free(antC);
+        free(antS);
         ret = 1008;
       }
@@ -1714,5 +1718,5 @@
 
 #ifndef NO_RTCM3_MAIN
-static char datestr[]     = "$Date: 2008/09/22 09:39:49 $";
+static char datestr[]     = "$Date: 2008/11/10 18:01:41 $";
 
 /* The string, which is send as agent in HTTP request */
