Update exif-loader.c (#33)
[platform/upstream/libexif.git] / libexif / exif-mnote-data.c
index 11e19f3..248056e 100644 (file)
@@ -1,6 +1,6 @@
 /* exif-mnote-data.c
  *
- * Copyright (C) 2003 Lutz MΓΌller <lutz@users.sourceforge.net>
+ * Copyright (C) 2003 Lutz Mueller <lutz@users.sourceforge.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -14,8 +14,8 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA  02110-1301  USA.
  */
 
 #include <config.h>
@@ -62,7 +62,7 @@ exif_mnote_data_free (ExifMnoteData *d)
                exif_mem_free (mem, d->priv);
                d->priv = NULL;
        }
-       d->mem = NULL;
+       exif_log_unref (d->log);
        exif_mem_free (mem, d);
        exif_mem_unref (mem);
 }