cscope/cscope-dblfree.patch
Petr Šabata 4809aed341 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/cscope#72bd7b5480e8c9cc400dcc3cbeb23e764367aa06
2020-10-14 23:22:33 +02:00

12 lines
320 B
Diff

diff -up ./src/command.c.dblfree ./src/command.c
--- ./src/command.c.dblfree 2019-04-11 07:08:24.358253603 -0400
+++ ./src/command.c 2019-04-11 07:08:43.955193615 -0400
@@ -803,7 +803,6 @@ changestring(void)
}
changing = NO;
mousemenu();
- fclose(script);
free(change);
return(anymarked);
}