[MAD Decoder] Do not close source ourselves

The input isn't supposed to close its own sources, as it did not open
them itself, and they should be cleaned up automatically when they are
released to zero reference count.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
xcode15
Christopher Snowhill 2022-08-03 21:19:51 -07:00
parent fbe232f791
commit f9c7e85e72
1 changed files with 0 additions and 1 deletions

View File

@ -780,7 +780,6 @@ error:
- (void)close {
if(_source) {
[_source close];
_source = nil;
}