diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index 989d98f467..0cefee2450 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -1147,6 +1147,8 @@ static int uninit(priv_t *priv) free(priv->audio_skew_buffer); if (priv->audio_skew_delta_buffer) free(priv->audio_skew_delta_buffer); + + audio_in_uninit(&priv->audio_in); } /* show some nice statistics ;-) */