latelee / H264BSAnalyzer

H264(AVC) and H265(HEVC) bit stream Analyzer, VS2010 MFC project(Windows 7 x64).
841 stars 337 forks source link

bug #2

Closed northyzq closed 6 years ago

northyzq commented 7 years ago

hi,h264_new() & h265_new() 中 h->info = (videoinfo_t*)calloc(1, sizeof(videoinfo_t)); 在 free 时并没有释放掉.

latelee commented 6 years ago

bug fixed.