This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Only free history path if it is valid
master
lostd
10 years ago
parent
8123975406
commit
d84c3b1079
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
noice.c
+ 4
- 2
noice.c
View File
@@ -604,8 +604,10 @@ begin:
/* Find cur from history */
cur = dentfind(dents, n, path, hpath);
free(hpath);
hpath = NULL;
if (hpath != NULL) {
free(hpath);
hpath = NULL;
}
for (;;) {
int nlines;
Write
Preview
Loading…
Cancel
Save