Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MJPA/SimpleJSON.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Anchor <git@mjpa.co.uk>2015-06-29 21:29:28 +0300
committerMike Anchor <git@mjpa.co.uk>2015-06-29 21:29:28 +0300
commit46cf1064393c3de981a90bdd31d508be997c04c6 (patch)
treeb2fd6d121b6be656ab08f22b8d139f3afb9e6652 /src
parentaa5cd9da342614d22595911305c997acaa79fa99 (diff)
Fixing cppcheck error. This closes #26
Diffstat (limited to 'src')
-rw-r--r--src/demo/win-main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demo/win-main.cpp b/src/demo/win-main.cpp
index 62f376c..89f96d1 100644
--- a/src/demo/win-main.cpp
+++ b/src/demo/win-main.cpp
@@ -91,7 +91,7 @@ int CALLBACK DialogProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
delete value;
}
- delete text;
+ delete[] text;
break;
}