We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1671fe commit 2e5d380Copy full SHA for 2e5d380
extra-cmds/readtags-cmd.c
@@ -392,6 +392,7 @@ static tagFile *openTags (const char *const filePath, tagFileInfo *const info)
392
{
393
fprintf (stderr, "%s: failed to flush a temporarily file for storing data from stdin\n",
394
ProgramName);
395
+ fclose (tempFP);
396
exit (1);
397
}
398
fclose (tempFP);
0 commit comments