Mismatched new/delete.

This commit is contained in:
Matthew Parlane 2012-12-29 22:26:09 +13:00
parent 670ca7e993
commit cd54d6efdd
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ bool Wiimote::Read()
return true;
}
delete rpt.first;
delete[] rpt.first;
return false;
}