diff options
Diffstat (limited to 'macosx/PcsxrController.m')
| -rw-r--r-- | macosx/PcsxrController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m index 66861ada..20f4d93d 100644 --- a/macosx/PcsxrController.m +++ b/macosx/PcsxrController.m @@ -555,6 +555,8 @@ static NSString *HandleBinCue(NSString *toHandle) } if (canHandle) { isHandled = [hand handleFile:HandleBinCue(filename)]; + [hand release]; + break; } [hand release]; |
