mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(OgvAudio.TryOpen): don't dispose of intermediate stream.
This commit is contained in:
parent
781ad04b95
commit
128f1f1477
@ -52,15 +52,8 @@ namespace GameRes.Formats.ShiinaRio
|
|||||||
return null;
|
return null;
|
||||||
|
|
||||||
var input = new StreamRegion (file, file.Position);
|
var input = new StreamRegion (file, file.Position);
|
||||||
try
|
return new OggInput (input);
|
||||||
{
|
// input is left undisposed in case of exception.
|
||||||
return new OggInput (input);
|
|
||||||
}
|
|
||||||
catch
|
|
||||||
{
|
|
||||||
input.Dispose();
|
|
||||||
throw;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user