Revert "lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when...
authorghost <andreas.monzner@multimedia-labs.de>
Tue, 16 Nov 2010 10:12:20 +0000 (11:12 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Tue, 16 Nov 2010 10:12:20 +0000 (11:12 +0100)
This reverts commit a7db0579fc84bfa07c977638325b54c28d7644ce.

... i think i need eyeglasses

lib/gdi/picload.cpp

index 7fabef5..c162f89 100644 (file)
@@ -671,7 +671,6 @@ void ePicLoad::decodeThumb()
                                m_filepara->id = F_JPEG;
                                eDebug("[Picload] Cache File found");
                        }
-                       fclose(f);
                }
        }