mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
fix leak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24553 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8b474deb39
commit
6226f89571
@ -116,6 +116,12 @@ GuiCitation::GuiCitation(GuiView & lv)
|
||||
}
|
||||
|
||||
|
||||
GuiCitation::~GuiCitation()
|
||||
{
|
||||
delete selectionManager;
|
||||
}
|
||||
|
||||
|
||||
void GuiCitation::cleanUp()
|
||||
{
|
||||
clearSelection();
|
||||
|
@ -37,7 +37,8 @@ class GuiCitation : public GuiDialog, public Ui::CitationUi
|
||||
public:
|
||||
///
|
||||
GuiCitation(GuiView & lv);
|
||||
|
||||
///
|
||||
~GuiCitation();
|
||||
///
|
||||
void applyView();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user