Skip to content
Snippets Groups Projects
Commit 103dc02a authored by Thomas Guillem's avatar Thomas Guillem Committed by Steve Lhomme
Browse files

avsb: replace release with assert

The block chain should be released and NULL here.
parent 5cb606cf
No related branches found
No related tags found
1 merge request!6123avsb: replace release with assert
Pipeline #520410 passed with stage
in 11 minutes and 18 seconds
......@@ -129,7 +129,7 @@ API_AVAILABLE(macos(MIN_MACOS), ios(MIN_IOS), tvos(MIN_TVOS) VISIONOS_API_AVAILA
- (void)dealloc
{
block_ChainRelease(_outChain);
assert(_outChain == NULL);
}
static void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment