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

Merge pull request !5557 from yangruoqi713/r0.7
pull/5557/MERGE
mindspore-ci-bot 6 years ago committed by Gitee
commit 9d10d934c7

@ -58,6 +58,7 @@ void PoolingBaseCPUKernel::FreeQuantParam() {
free(*(pooling_quant_arg_ + i));
}
}
free(pooling_quant_arg_);
}
}

Loading…
Cancel
Save