Fix memory leak incurred by av1_alloc_txb_buf()
Since alloc_compressor_data() may be called multiple times before dealloc_compressor_data() is called The av1_alloc_txb_buf() called by alloc_compressor_data() should free the txb_buf before allocating new txb_buf Change-Id: I0fe15de771e0669ec3521e5aac322f5cedfd67a9
Showing
Please register or sign in to comment