diff --git a/media/mtp/MtpDatabase.cpp b/media/mtp/MtpDatabase.cpp index 775a07082112b..d7b21d0166333 100644 --- a/media/mtp/MtpDatabase.cpp +++ b/media/mtp/MtpDatabase.cpp @@ -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),