diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-14 13:40:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-14 13:40:54 +0000 |
commit | fbb5d3456c540866ccc249c35b656def0219d8fb (patch) | |
tree | 038ed959c17e04650acb26c1e28278c7c49fb687 /plugins/BuddyPounce/src/headers.h | |
parent | c0af4589fb0d1cb2a365a5ebe01c1a1ee4bfee7a (diff) |
some minor memleaks fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyPounce/src/headers.h')
-rw-r--r-- | plugins/BuddyPounce/src/headers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/BuddyPounce/src/headers.h b/plugins/BuddyPounce/src/headers.h index 508f3d03f9..c9157088d4 100644 --- a/plugins/BuddyPounce/src/headers.h +++ b/plugins/BuddyPounce/src/headers.h @@ -7,6 +7,7 @@ #include <windows.h>
#include <commctrl.h>
#include <time.h>
+#include <malloc.h>
#include <newpluginapi.h>
#include <m_clist.h>
|