mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
This fixes use-after-free in case dc_context_unref() is called while the background process spawned by dc_configure() is still running. Corresponding regression test in Python can be run with `pytest tests/test_1_online.py::test_configure_unref`.
Delta Chat C Interface
Installation
see Installing libdeltachat system wide in ../README.md
Documentation
To generate the C Interface documentation,
call doxygen in the deltachat-ffi directory
and browse the html subdirectory.
If thinks work, the documentation is also available online at https://c.delta.chat