[vlc-commits] [Git][videolan/vlc][master] test: hxxx_helper: fix leak

François Cartegnie (@fcartegnie) gitlab at videolan.org
Fri Jan 7 15:04:25 UTC 2022



François Cartegnie pushed to branch master at VideoLAN / VLC


Commits:
132e75a5 by Francois Cartegnie at 2022-01-07T14:42:41+00:00
test: hxxx_helper: fix leak

- - - - -


1 changed file:

- test/modules/codec/hxxx_helper.c


Changes:

=====================================
test/modules/codec/hxxx_helper.c
=====================================
@@ -217,6 +217,8 @@ static int test_any(struct hxxx_helper *hlpr,
         return 1;
     }
 
+    block_Release(b);
+
     return 0;
 }
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/132e75a56dec62415c5babea72f469e06bee7fcf

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/132e75a56dec62415c5babea72f469e06bee7fcf
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list