diff options
Diffstat (limited to 'MySpace/options.cpp')
-rw-r--r-- | MySpace/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MySpace/options.cpp b/MySpace/options.cpp index a12e38e..5b0dae3 100644 --- a/MySpace/options.cpp +++ b/MySpace/options.cpp @@ -21,6 +21,7 @@ void LoadOptions() { #else
_tcsncpy(options.pw, dbv.pszVal, 256);
#endif
+ DBFreeVariant(&dbv);
} else
if(!DBGetContactSettingTString(0, MODULE, "pw", &dbv)) {
// remove old cleartext password and convert to encrypted form
|