diff options
Diffstat (limited to 'src/init.cpp')
-rwxr-xr-x | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index b87e76f..90030b0 100755 --- a/src/init.cpp +++ b/src/init.cpp @@ -283,6 +283,6 @@ extern "C" int __declspec(dllexport) Unload(void) mir_free(outopentag);
mir_free(outclosetag);
if(password)
- delete [] password;
+ mir_free(password);
return 0;
}
|