aboutsummaryrefslogtreecommitdiffstats
path: root/src/pq_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq_codec.c')
-rw-r--r--src/pq_codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pq_codec.c b/src/pq_codec.c
index f5da628..e033a7d 100644
--- a/src/pq_codec.c
+++ b/src/pq_codec.c
@@ -71,6 +71,7 @@ osmo_gapk_pq_queue_codec(struct osmo_gapk_pq *pq, const struct osmo_gapk_codec_d
}
item->exit = codec->codec_exit;
+ item->wait = NULL;
LOGPGAPK(LOGL_DEBUG, "PQ: Adding codec %s, %s format %s\n", codec->name,
enc_dec_n ? "encoding to" : "decoding from", fmt->name);