forked from dolphin-emu/dolphin
Mismatched new/delete.
This commit is contained in:
@@ -173,7 +173,7 @@ bool Wiimote::Read()
|
||||
return true;
|
||||
}
|
||||
|
||||
delete rpt.first;
|
||||
delete[] rpt.first;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user