Revision: 1120
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1120&view=rev
Author:   nadvornik
Date:     2008-08-31 18:53:11 +0000 (Sun, 31 Aug 2008)

Log Message:
-----------
fixed possible endless loop

Modified Paths:
--------------
    trunk/src/exif.c
    trunk/src/exiv2.cc

Modified: trunk/src/exif.c
===================================================================
--- trunk/src/exif.c    2008-08-31 12:29:49 UTC (rev 1119)
+++ trunk/src/exif.c    2008-08-31 18:53:11 UTC (rev 1120)
@@ -1624,6 +1624,7 @@
                        g_free(ud);
                        return;
                        }
+               work = work->next;
                }
        g_assert_not_reached();
 }

Modified: trunk/src/exiv2.cc
===================================================================
--- trunk/src/exiv2.cc  2008-08-31 12:29:49 UTC (rev 1119)
+++ trunk/src/exiv2.cc  2008-08-31 18:53:11 UTC (rev 1120)
@@ -742,6 +742,7 @@
                        g_free(ud);
                        return;
                        }
+               work = work->next;
                }
        g_assert_not_reached();
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to