initial file pointer no set in class k9DVDFile
Status: Beta
Brought to you by:
pauline123
hi another small fix which could save a few crashes in the corner cases...:
diff --git a/src/core/k9dvdread.h b/src/core/k9dvdread.h
index 889fb93..3af0503 100644 (file)
--- a/src/core/k9dvdread.h
+++ b/src/core/k9dvdread.h
@@ -25,7 +25,8 @@ class k9Ifo2;
class k9DVDFile {
friend class k9DVDRead;
private:
- dvd_file_t m_file;
+///TODO:PTZ161129 might not be ready in time
+ dvd_file_t m_file = NULL;
k9DVDRead *m_dvd;
void openIfo(uint _vts);
void openMenu(uint _vts);