From: Lutz M. <lu...@us...> - 2004-06-06 03:02:21
|
Update of /cvsroot/libexif/exif/exif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29635/exif Modified Files: actions.c Log Message: 2004-06-06 Lutz Mueller <lu...@us...> * exif/actions.c: Try to fix segfault. Index: actions.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/actions.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- actions.c 6 Jun 2004 02:28:14 -0000 1.17 +++ actions.c 6 Jun 2004 03:02:04 -0000 1.18 @@ -127,7 +127,6 @@ strncpy (b2, C (exif_mnote_data_get_value (n, i, b, bs)), bs); printf ("%s: %s\n", b1, b2); } - exif_mnote_data_unref (n); } void |