summaryrefslogtreecommitdiff
path: root/src/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.cpp')
-rwxr-xr-xsrc/utils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index 3643d2c..15ed559 100755
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -582,7 +582,6 @@ bool bReadMirandaDirAndPath()
tmp2 = mir_utf8decodeT(tmp);
sMirandaPath = tmp2;
sMirandaPath.erase(sMirandaPath.find_last_of(_T("\\")));
- mir_free(tmp);
CallService(MS_DB_GETPROFILEPATHT, (WPARAM)MAX_PATH - 1, (LPARAM)szDBPath);
sDBPath = szDBPath;
CallService(MS_DB_GETPROFILENAMET, (WPARAM)MAX_PATH - 1, (LPARAM)szDBPath);