mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
fix memory leak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23537 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8998dac1a7
commit
af3852b12c
@ -187,6 +187,7 @@ InsetInclude::InsetInclude(InsetInclude const & other)
|
||||
|
||||
InsetInclude::~InsetInclude()
|
||||
{
|
||||
delete label_;
|
||||
if (isVerbatim(params()) || isListings(params()))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user