diff --git a/src/stratifier.c b/src/stratifier.c index 32123a6d..9449dec9 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -4182,6 +4182,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);