From 465f5035c1059262b8e0b938b971f0a26015ca36 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 23 Feb 2015 11:27:13 +0000 Subject: XFire: Minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@12243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Xfire/src/options.cpp') 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 -- cgit v1.2.3