forked from mindspore-Ecosystem/mindspore
[MS][LITE][Develop] fix bug of arm cpu int8 op: pooling
This commit is contained in:
parent
8d41931456
commit
bb28bca8e4
|
@ -58,6 +58,7 @@ void PoolingBaseCPUKernel::FreeQuantParam() {
|
||||||
free(*(pooling_quant_arg_ + i));
|
free(*(pooling_quant_arg_ + i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
free(pooling_quant_arg_);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue