# HG changeset patch # User reimar # Date 1160298327 0 # Node ID cd4649fd1f26e4d4392a8e318027aa3235e3f9dd # Parent 2dfed9ef99767fa60d9892d332d5c93c690b551b Useless initialization, they will be always set for result != 0 and for result == 0 they make no sense diff -r 2dfed9ef9976 -r cd4649fd1f26 vobsub.c --- a/vobsub.c Sat Oct 07 16:43:39 2006 +0000 +++ b/vobsub.c Sun Oct 08 09:05:27 2006 +0000 @@ -1353,9 +1353,6 @@ filename = malloc(strlen(basename) + 5); if (filename) { result = malloc(sizeof(vobsub_out_t)); - result->fsub = NULL; - result->fidx = NULL; - result->aid = 0; if (result) { result->aid = index; strcpy(filename, basename);