diff options
| -rw-r--r-- | media/mtp/MtpDatabase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/mtp/MtpDatabase.cpp b/media/mtp/MtpDatabase.cpp index 775a07082112..d7b21d016633 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), |