MTP: Fix uninitialized pointer bug.
Change-Id: Ia07ebd48aeb483e66957f5a174992d200494a744 Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user