diff src/exif.c @ 1025:448d174454e1

fixed possible endless loop
author nadvornik
date Sun, 31 Aug 2008 18:53:11 +0000
parents 82fe98d2cfdb
children 338c21c87ff5
line wrap: on
line diff
--- a/src/exif.c	Sun Aug 31 12:29:49 2008 +0000
+++ b/src/exif.c	Sun Aug 31 18:53:11 2008 +0000
@@ -1624,6 +1624,7 @@
 			g_free(ud);
 			return;
 			}
+		work = work->next;
 		}
 	g_assert_not_reached();
 }