Kaydet (Commit) bbb14a29 authored tarafından Caolán McNamara's avatar Caolán McNamara

stop assert on exit from bibliography

Change-Id: Ia4a52a5e605474738983d48a925b6b3ba90877d4
üst b39a6449
......@@ -70,6 +70,8 @@ BibModul::BibModul()
BibModul::~BibModul()
{
delete pResMgr;
if (pBibConfig && pBibConfig->IsModified())
pBibConfig->Commit();
delete pBibConfig;
pBibConfig = 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment