mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix memory leak.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30932 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1a61d10740
commit
886e9dbfab
@ -132,7 +132,8 @@ struct LyX::Impl
|
||||
|
||||
~Impl()
|
||||
{
|
||||
delete spell_checker_;
|
||||
delete aspell_checker_;
|
||||
delete hunspell_checker_;
|
||||
}
|
||||
|
||||
/// our function handler
|
||||
|
Loading…
Reference in New Issue
Block a user