提交 9d10d934 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!5557 [MS][LITE][Develop] fix bug of arm cpu int8 op: pooling memory leak

Merge pull request !5557 from yangruoqi713/r0.7
...@@ -58,6 +58,7 @@ void PoolingBaseCPUKernel::FreeQuantParam() { ...@@ -58,6 +58,7 @@ void PoolingBaseCPUKernel::FreeQuantParam() {
free(*(pooling_quant_arg_ + i)); free(*(pooling_quant_arg_ + i));
} }
} }
free(pooling_quant_arg_);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册