[MS][LITE][Develop] fix bug of arm cpu int8 op: pooling

This commit is contained in:
yangruoqi713 2020-08-31 11:34:01 +08:00
parent 8d41931456
commit bb28bca8e4
1 changed files with 1 additions and 0 deletions

View File

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