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
|
@ -253,6 +253,7 @@ int wiiuse_find(struct wiimote_t** wm, int max_wiimotes, int timeout) {
|
|||
[bth release];
|
||||
[bti release];
|
||||
[sbt release];
|
||||
[cbt release];
|
||||
|
||||
[pool release];
|
||||
|
||||
|
|
Loading…
Reference in New Issue