diff --git a/src/stratifier.c b/src/stratifier.c index 4b3fbf24..74bdd869 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -2322,7 +2322,7 @@ static void update_base(sdata_t *sdata, const int prio) uprio = ckalloc(sizeof(int)); *uprio = prio; - ckmsgq_add(sdata->updateq, NULL); + ckmsgq_add(sdata->updateq, uprio); } /* Instead of removing the client instance, we add it to a list of recycled