diff options
Diffstat (limited to 'src/modules')
| -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; |
