Skip to content
  • Angie Chiang's avatar
    Fix memory leak incurred by av1_alloc_txb_buf() · 9367e3ec
    Angie Chiang authored
    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
    9367e3ec