mirror of
https://git.telodendria.io/Telodendria/Cytoplasm.git
synced 2025-04-25 18:36:03 +00:00
Add sane default memory hook to Cytoplasm, fix more leaks in json.
This commit is contained in:
parent
4b85d10983
commit
061d9df739
4 changed files with 73 additions and 2 deletions
|
@ -124,7 +124,6 @@ LogConfigFree(LogConfig * config)
|
|||
}
|
||||
|
||||
pthread_mutex_destroy(&config->lock);
|
||||
Free(config->tsFmt);
|
||||
Free(config);
|
||||
|
||||
if (config == globalConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue