Kaydet (Commit) 067a0b32 authored tarafından Caolán McNamara's avatar Caolán McNamara

valgrind: mismatched new[]/delete

Change-Id: I9895ca15680c01da17a59cb7da51478d5f61657e
üst 66480d15
...@@ -2572,7 +2572,7 @@ void SplitWindow::Tracking( const TrackingEvent& rTEvt ) ...@@ -2572,7 +2572,7 @@ void SplitWindow::Tracking( const TrackingEvent& rTEvt )
if ( rTEvt.IsTrackingEnded() ) if ( rTEvt.IsTrackingEnded() )
{ {
delete mpLastSizes; delete [] mpLastSizes;
mpLastSizes = NULL; mpLastSizes = NULL;
mpSplitSet = NULL; mpSplitSet = NULL;
mnMouseOff = 0; mnMouseOff = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment