diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/memtools/multisel.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/memtools/multisel.cxx b/tools/source/memtools/multisel.cxx index b63cabd01cdb..8fd0c61aeb27 100644 --- a/tools/source/memtools/multisel.cxx +++ b/tools/source/memtools/multisel.cxx @@ -423,7 +423,6 @@ void MultiSelection::SetTotalRange( const Range& rTotRange ) { if( pRange->Max() < aTotRange.Min() ) { - delete pRange; aSels.erase( aSels.begin() ); } else if( pRange->Min() < aTotRange.Min() ) |