diff --git a/src/stratifier.c b/src/stratifier.c index 35eba5bb..0562741a 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -4158,6 +4158,7 @@ static void *statsupdate(void *arg) char_t = ckalloc(sizeof(char_entry_t)); s = json_dumps(val, JSON_NO_UTF8 | JSON_PRESERVE_ORDER); ASPRINTF(&char_t->buf, "User %s:%s", user->username, s); + dealloc(s); DL_APPEND(char_list, char_t); } json_decref(val);