mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
16byte mem leak fix in OSX Wiiuse
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5151 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f4b5cc5a8b
commit
6b2d9ef404
1
Externals/WiiUseSrc/Src/io_osx.m
vendored
1
Externals/WiiUseSrc/Src/io_osx.m
vendored
@ -253,6 +253,7 @@ int wiiuse_find(struct wiimote_t** wm, int max_wiimotes, int timeout) {
|
|||||||
[bth release];
|
[bth release];
|
||||||
[bti release];
|
[bti release];
|
||||||
[sbt release];
|
[sbt release];
|
||||||
|
[cbt release];
|
||||||
|
|
||||||
[pool release];
|
[pool release];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user