Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mismatched new/delete.
  • Loading branch information
Parlane committed Dec 29, 2012
1 parent 670ca7e commit cd54d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/HW/WiimoteReal/WiimoteReal.cpp
Expand Up @@ -173,7 +173,7 @@ bool Wiimote::Read()
return true;
}

delete rpt.first;
delete[] rpt.first;
return false;
}

Expand Down

0 comments on commit cd54d6e

Please sign in to comment.