Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44cf0a06 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

MTP: Fix uninitialized pointer bug.



Change-Id: Ia07ebd48aeb483e66957f5a174992d200494a744
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 7f5ee3b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ static bool getPropertyInfo(MtpObjectProperty property, int& type, const char*&

MtpDatabase::MtpDatabase()
    :   mFileIdQuery(NULL),
        mFilePathQuery(NULL),
        mObjectInfoQuery(NULL),
        mFileInserter(NULL),
        mFileDeleter(NULL),