mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fixup 97cf2b6a
: avoid leak
This commit is contained in:
parent
97cf2b6aef
commit
789a886af8
@ -5799,7 +5799,8 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
cur.resetAnchor();
|
||||
cur.selection(true);
|
||||
cur.top().pos() = 0;
|
||||
}
|
||||
} else
|
||||
delete inset;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user