aboutsummaryrefslogtreecommitdiffstats
path: root/core/qthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/qthelper.cpp')
-rw-r--r--core/qthelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp
index 03dd56637..af0db074c 100644
--- a/core/qthelper.cpp
+++ b/core/qthelper.cpp
@@ -1071,7 +1071,7 @@ QHash <QString, QImage > thumbnailCache;
extern "C" char * hashstring(const char *filename)
{
QMutexLocker locker(&hashOfMutex);
- return hashOf[QString(filename)].toHex().data();
+ return strdup(hashOf[QString(filename)].toHex().data());
}
const QString hashfile_name()