diff options
| author | 2007-04-22 07:17:03 +0000 | |
|---|---|---|
| committer | 2007-04-22 07:17:03 +0000 | |
| commit | 6381400377bbff94b10b6f5140d618edca2f1178 (patch) | |
| tree | 93959463d79acefe8540f224613c56692dee66cc /src/modules/system/plugin.cpp | |
| parent | crash fix + a bit more doc (diff) | |
| download | KVIrc-6381400377bbff94b10b6f5140d618edca2f1178.tar.gz KVIrc-6381400377bbff94b10b6f5140d618edca2f1178.tar.bz2 KVIrc-6381400377bbff94b10b6f5140d618edca2f1178.zip | |
small fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@524 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/system/plugin.cpp')
| -rw-r--r-- | src/modules/system/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/plugin.cpp b/src/modules/system/plugin.cpp index 2c53191f2..dbe40e300 100644 --- a/src/modules/system/plugin.cpp +++ b/src/modules/system/plugin.cpp @@ -123,7 +123,7 @@ bool KviPlugin::pfree(char * pBuffer) if (function_free) { //TODO: THREAD - function_free(pBuffer); + if(pBuffer) function_free(pBuffer); return true; } return false; |
