Skip to content
  • antonkukoba's avatar
    fa554a98
    Update ewf.c · fa554a98
    antonkukoba authored
    using free() to deallocate memory allocated by tsk_img_malloc() causes critical section leak, because tsk_deinit_lock(&(imgInfo->cache_lock)); is never called. I suggest to replace free() by tsk_img_free() where necessary.
    fa554a98
    Update ewf.c
    antonkukoba authored
    using free() to deallocate memory allocated by tsk_img_malloc() causes critical section leak, because tsk_deinit_lock(&(imgInfo->cache_lock)); is never called. I suggest to replace free() by tsk_img_free() where necessary.
Loading