aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/encodings.c
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-01-22 14:45:47 +0100
committerKim Alvefur <zash@zash.se>2023-01-22 14:45:47 +0100
commit435e008568a0590f89e3b6477b9d6ded3ac024b4 (patch)
treeaf9d39f9bc0b404ab867135c6e82420b3c522a27 /util-src/encodings.c
parent7c302e9c4c30da4506fe60ea57373301c08da15e (diff)
downloadprosody-435e008568a0590f89e3b6477b9d6ded3ac024b4.tar.gz
prosody-435e008568a0590f89e3b6477b9d6ded3ac024b4.zip
util.startup: Close state on exit to ensure GC finalizers are called
Ensures a last round of garbage collection and that finalizers are called. Fixes things like proper closing of SQLite3 state. There are more calls to os.exit() but most of them exit with an error or in a case where a final GC sweep might not matter as much. It would be nice if this was the default. Calling util.statup.exit() everywhere may be sensible, but would be more involved, requiring imports everywhere.
Diffstat (limited to 'util-src/encodings.c')
0 files changed, 0 insertions, 0 deletions