Add sane default memory hook to Cytoplasm, fix more leaks in json.

This commit is contained in:
Jordan Bancino 2023-05-23 22:43:37 +00:00
parent 4b85d10983
commit 061d9df739
4 changed files with 73 additions and 2 deletions

View file

@ -124,7 +124,6 @@ LogConfigFree(LogConfig * config)
}
pthread_mutex_destroy(&config->lock);
Free(config->tsFmt);
Free(config);
if (config == globalConfig)