mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 07:30:56 +00:00
MACOSX: Fix memory leak in dock tile plugin
This commit is contained in:
parent
20fb33a668
commit
79b4e0ae21
@ -78,6 +78,7 @@
|
||||
[menuItem release];
|
||||
}
|
||||
|
||||
CFRelease(array);
|
||||
return recentGamesMenu;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user