You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same issue affected the MP4BytesProperty and MP4StringProperty classes and was caused by the SetCount() methods not freeing the memory belonging to surplus elements when reducing the number of elements.
I found a memory leak error in mp4property.cpp:533; it seems that the value of the member variable count is inconsistent.
Environment
OS: Ubuntu 18.04.6 LTS
Compiler: gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
Compilation
Command Line
./mp4info poc_BytesProperty.mp4
POC
poc_BytesProperty.mp4.zip
Report
The text was updated successfully, but these errors were encountered: