From 8a5302415e1ee8c013eaede45481d2ca9676c547 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 7 Oct 2004 20:52:24 +0000 Subject: [PATCH] * removed an unnecessary = NULL write. --- src/input/subtitles.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/subtitles.c b/src/input/subtitles.c index bc5a8273b6..db8b6e6a68 100644 --- a/src/input/subtitles.c +++ b/src/input/subtitles.c @@ -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; } -- 2.39.2