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:
Sonicadvance1 2010-03-03 06:58:57 +00:00
parent f4b5cc5a8b
commit 6b2d9ef404
1 changed files with 1 additions and 0 deletions

View File

@ -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];