Skip to content

Commit

Permalink
fix memory leak issue of uAVS3lib_gop
Browse files Browse the repository at this point in the history
  • Loading branch information
RUNCARZY committed Aug 4, 2023
1 parent 3e74e37 commit 49c44c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uAVS3lib/uAVS3lib_gop.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ void avs3gop_lib_free(void *handle)
com_free(g->obj_list[i].strm_buf);
}
com_free(g->obj_list);
com_free(g);
}

image_t *avs3gop_lib_imgbuf(void *handle)
Expand Down

0 comments on commit 49c44c3

Please sign in to comment.