mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 20:24:25 -06:00
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:
parent
e330a781f0
commit
239ee6797a
@ -61,6 +61,6 @@ private:
|
|||||||
std::string m_linkfile;
|
std::string m_linkfile;
|
||||||
int m_lockfd;
|
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__
|
#endif // __GNC_XML_BACKEND_HPP__
|
||||||
|
Loading…
Reference in New Issue
Block a user