[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
parent
fbe232f791
commit
f9c7e85e72
|
@ -780,7 +780,6 @@ error:
|
|||
|
||||
- (void)close {
|
||||
if(_source) {
|
||||
[_source close];
|
||||
_source = nil;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue