Mercurial > geeqie.yaz
diff src/thumb_standard.c @ 841:64ef209bcded
fixed memory leak
author | nadvornik |
---|---|
date | Mon, 16 Jun 2008 19:07:02 +0000 |
parents | 14520c3a91f8 |
children | 94048d7843ba |
line wrap: on
line diff
--- a/src/thumb_standard.c Mon Jun 16 18:37:35 2008 +0000 +++ b/src/thumb_standard.c Mon Jun 16 19:07:02 2008 +0000 @@ -414,6 +414,7 @@ tl->fd->exif_orientation = orientation; else tl->fd->exif_orientation = 1; + exif_free(exif); } rotated = pixbuf_apply_orientation(pixbuf, tl->fd->exif_orientation);