Commit 8a530241 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* removed an unnecessary = NULL write.

parent 6256bbe2
......@@ -424,7 +424,6 @@ char **subtitles_Detect( input_thread_t *p_this, char *psz_path,
i_result2++;
}
}
result2[i_result2+1] = NULL;
free( result );
return result2;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment