cscope/cscope-dblfree.patch

12 lines
320 B
Diff
Raw Normal View History

2019-04-16 14:56:27 +00:00
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);
}