Index: trunk/psModules/src/objects/pmSourceIO_CMF.c.in
===================================================================
--- trunk/psModules/src/objects/pmSourceIO_CMF.c.in	(revision 41892)
+++ trunk/psModules/src/objects/pmSourceIO_CMF.c.in	(revision 42093)
@@ -296,4 +296,5 @@
     // generate an FITS table using the array of columns defined above, with space for all rows
     psFitsTable *table = psFitsTableCreate (tableColumns, sources->n);
+    psFree (tableColumns); // we are now done with the definition of the table columns
 
     /************ write the data to the table *****************/
