diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-04-05 16:04:08 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-04-05 16:04:08 +0200 |
| commit | 4b75db3b0d44477569da0f86590e7b102ccf07fe (patch) | |
| tree | dc69af1d3afec0d909de6864eb90057f8c592a72 /lib | |
| parent | bd726aa0c91dc08545187dfe4e379948e0129d92 (diff) | |
| download | enigma2-4b75db3b0d44477569da0f86590e7b102ccf07fe.tar.gz enigma2-4b75db3b0d44477569da0f86590e7b102ccf07fe.zip | |
picexif.cpp: more FD leak voodoo...
refs bug #599
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gdi/picexif.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gdi/picexif.cpp b/lib/gdi/picexif.cpp index 94d581cf..8383ee2f 100644 --- a/lib/gdi/picexif.cpp +++ b/lib/gdi/picexif.cpp @@ -177,7 +177,7 @@ bool Cexif::DecodeExif(const char *filename, int Thumb) switch(marker) { case M_SOS: - return true; + goto decode_exif_out; case M_EOI: printf("No image in jpeg!\n"); goto decode_exif_out; |
