Mon Mar 19 2007 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.8-1 - New upstream source 3.6.8 - Added pacthes to remove warnings during the compilation Mon Feb 26 2007 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.7-1 - New upstream source 3.6.7 Wed Nov 15 2006 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.6-1 - New upstream source 3.6.6 Tue Oct 10 2006 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.6-0.1.beta - New upstream source 3.6.6beta Mon Sep 4 2006 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.5-3 - Rebuild. Wed Aug 30 2006 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.5-2 - Corrected bug in edhead (patch2) (bug #204642). Fri Jun 21 2006 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.5-1 - New upstream source 3.6.5 Tue Jun 13 2006 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.4-3 - Patched overflows in catutil.c and getdate.c - Patched incompatible pointer in binread.c Mon Jun 12 2006 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.4-2 - Patched edhead. - libwcs provides libwcs.so.3 - libwcs into System Environment/Libraries group - Makefile uses ${RPM_OPT_FLAGS} and $(CC) Fri Jun 09 2006 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.4-1 - Removed not needed ldconfig in wcstools and libwcs-devel. Wed Mar 08 2006 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.3-1 - Initial RPM file.
19 lines
621 B
Diff
19 lines
621 B
Diff
diff -ur wcstools-3.6.8/libwcs/imsetwcs.c wcstools-3.6.8.patch/libwcs/imsetwcs.c
|
|
--- wcstools-3.6.8/libwcs/imsetwcs.c 2007-01-11 23:01:41.000000000 +0100
|
|
+++ wcstools-3.6.8.patch/libwcs/imsetwcs.c 2007-03-20 10:15:17.000000000 +0100
|
|
@@ -850,13 +850,13 @@
|
|
if (gc) free ((char *)gc);
|
|
|
|
/* Free memory used for object names in reference catalog */
|
|
- if (gobj1 != NULL) {
|
|
+/* if (gobj1 != NULL) {
|
|
for (i = 0; i < ns; i++) {
|
|
if (gobj[i] != NULL) free (gobj[i]);
|
|
gobj[i] = NULL;
|
|
}
|
|
}
|
|
-
|
|
+*/
|
|
/* Free image source arrays */
|
|
if (sx) free ((char *)sx);
|
|
if (sy) free ((char *)sy);
|