lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when thumbnail...
[vuplus_dvbapp] / lib / gdi / picload.cpp
index c162f89..7fabef5 100644 (file)
@@ -671,6 +671,7 @@ void ePicLoad::decodeThumb()
                                m_filepara->id = F_JPEG;
                                eDebug("[Picload] Cache File found");
                        }
+                       fclose(f);
                }
        }