diff options
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 8cee964f6..f63d3dfa9 100644 --- a/src/modules/system/Plugin.cpp +++ b/src/modules/system/Plugin.cpp @@ -55,7 +55,7 @@ [example] int _free(void * p) { - // Always free the memory here! + [comment]// Always free the memory here![/comment] free(p); return 0; } |
