diff options
| author | George Hazan <george.hazan@gmail.com> | 2014-11-28 22:42:08 +0000 | 
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2014-11-28 22:42:08 +0000 | 
| commit | f2c22af9a436a319c8c824b5e374490ef33f445b (patch) | |
| tree | 868db8535d23d27288c125abb025da89a2268e13 | |
| parent | 3589d3f7f7c44c285139109ec5f98f7ab807a02e (diff) | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
| -rw-r--r-- | plugins/KeyboardNotify/src/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugins/KeyboardNotify/src/main.cpp b/plugins/KeyboardNotify/src/main.cpp index 861e25d66b..1d959950df 100644 --- a/plugins/KeyboardNotify/src/main.cpp +++ b/plugins/KeyboardNotify/src/main.cpp @@ -546,7 +546,7 @@ void destroyProcessList(void)  	for (int i = 0; i < ProcessList.count; i++)  		if (ProcessList.szFileName[i]) -			free(ProcessList.szFileName[i]); +			mir_free(ProcessList.szFileName[i]);  	free(ProcessList.szFileName);  	ProcessList.count = 0; | 
