diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-03 18:47:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-03 18:47:51 +0300 |
commit | 5e3da2678f94c3bb033cc24d399817cfd149a835 (patch) | |
tree | 1e08bfe3dcf34abfe737da7080285483a43ba39a | |
parent | 907f341825ad56ca4ea3e5a7e4410a40d28f7818 (diff) |
modified: utilities.cpp
-rw-r--r-- | utilities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities.cpp b/utilities.cpp index 6354dce..7f59ce4 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -130,7 +130,7 @@ void RemoveTemporaryUsers() CallService(MS_DB_CONTACT_DELETE, (WPARAM)plist->hContact, 0); tmp = plist; plist = plist->next; -// delete tmp; delete tmp; //something wrong here %) +// delete tmp; //something wrong here %) } } } |