diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-02-23 11:27:13 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-02-23 11:27:13 +0000 |
commit | 465f5035c1059262b8e0b938b971f0a26015ca36 (patch) | |
tree | 0afd134d261311c96f629547c2a1348e8e905a65 /protocols/Xfire/src/options.cpp | |
parent | 3350965c81488d6019936b3d6bf3b96decaf6709 (diff) |
XFire: Minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@12243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/options.cpp')
-rw-r--r-- | protocols/Xfire/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/options.cpp b/protocols/Xfire/src/options.cpp index 8bfed132e0..d25224d503 100644 --- a/protocols/Xfire/src/options.cpp +++ b/protocols/Xfire/src/options.cpp @@ -960,7 +960,7 @@ static INT_PTR CALLBACK DlgProcOpts6(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR //textbuffer löschen if (text != NULL) { - delete text; + delete[] text; text = NULL; } //id des spielsbekommen |