diff --git a/src/main.cpp b/src/main.cpp index a7c04c4..163d68e 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -220,8 +220,9 @@ if ((arguments.size() == 4) && (arguments[2] == QString("-n"))) } #endif - // 在 linux / unix 中程序异常结束共享内存不会回收 - // 参考 https://gitee.com/zinface/infomation-tips/blob/master/src/main.cpp + // 此部分一般由插件异常导致程序崩溃引发 + // 在 linux / unix 中程序异常结束共享内存不会回收 + // 参考 https://gitee.com/zinface/infomation-tips/blob/master/src/main.cpp shared.attach(); shared.detach();