Fix crash when cancelling a Save As... overwrite action

This was discovered while trying to fix bug 796792. However that bug itself
is totally unrelated.
This commit is contained in:
Geert Janssens 2018-08-08 15:46:23 +02:00
parent e330a781f0
commit 239ee6797a

View File

@ -61,6 +61,6 @@ private:
std::string m_linkfile;
int m_lockfd;
QofBook* m_book; /* The primary, main open book */
QofBook* m_book = nullptr; /* The primary, main open book */
};
#endif // __GNC_XML_BACKEND_HPP__