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:
Abdelrazak Younes 2009-08-09 14:07:44 +00:00
parent 1a61d10740
commit 886e9dbfab

View File

@ -132,7 +132,8 @@ struct LyX::Impl
~Impl()
{
delete spell_checker_;
delete aspell_checker_;
delete hunspell_checker_;
}
/// our function handler