gnucash/libgnucash
Simon Arlott e4619fdae6
xml-backend: Don't try to close m_lockfd if it's not open
m_lockfd is not initialised. If the file is locked then it will not be set
before session_end and close() will be called on an uninitialised int.

Initialise it to -1 in the class definition.
Consistently use -1 instead of "< 0" or "< 1" as the definition of invalid.
Always set it to -1 after closing it.
2021-08-24 09:29:45 +01:00
..
app-utils Doxygenize some function description comments in gnc-ui-util. 2021-06-18 11:54:14 -07:00
backend xml-backend: Don't try to close m_lockfd if it's not open 2021-08-24 09:29:45 +01:00
core-utils [binreloc.c] free strings 2021-05-29 07:55:26 +08:00
doc Fix typos in libgnucash/ 2021-03-02 01:15:32 +01:00
engine Explain out what AsOfDate means in the doc 2021-06-16 12:07:23 -07:00
gnc-module Drop as dependency from gnc-module 2020-10-10 12:32:58 +02:00
quotes Bug 797630 - Check for missing dependencies of 'Get Quotes'... 2021-03-14 10:48:25 -07:00
tax Merge PR #899 into maint 2021-03-02 01:17:26 +01:00
CMakeLists.txt libgnucash/scm - move to bindings/guile 2019-12-06 19:59:11 +01:00