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
So I need to go and make a reproducible example at some point but roughly speaking I had this code where valgrind was reporting every packet was leaked and I've commented out the fix at the bottom:
Now I would have expected this code to work without those changes because of the unrefs in av_read_frame, so maybe it's the reference counting throwing me for a loop?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I need to go and make a reproducible example at some point but roughly speaking I had this code where valgrind was reporting every packet was leaked and I've commented out the fix at the bottom:
Now I would have expected this code to work without those changes because of the unrefs in
av_read_frame
, so maybe it's the reference counting throwing me for a loop?Beta Was this translation helpful? Give feedback.
All reactions