diff --git a/src/input/demux.c b/src/input/demux.c index 66be6c60a21b6b026665f419697a12bae2b0134b..f14c9a1bf870e578ed25e189173c0e416ab47cee 100644 --- a/src/input/demux.c +++ b/src/input/demux.c @@ -185,6 +185,8 @@ demux_t *demux_NewAdvanced( vlc_object_t *p_obj, input_thread_t *p_input, else if (likely(asprintf(&modbuf, "ext-%s", ext + 1) >= 0)) module = modbuf; + else + modbuf = NULL; } strict = false; }