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

Merge pull request !5556 from yangruoqi713/lite
pull/5556/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit 913e170f49

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

Loading…
Cancel
Save