mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-06 21:00:21 +01:00
Mismatched new/delete.
This commit is contained in:
parent
670ca7e993
commit
cd54d6efdd
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ bool Wiimote::Read()
|
|||
return true;
|
||||
}
|
||||
|
||||
delete rpt.first;
|
||||
delete[] rpt.first;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue