mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
tweaks: move a call to where it will be executed [coverity scan]
This commit is contained in:
parent
3227ba46d9
commit
14b9a42f5b
@ -3238,6 +3238,8 @@ void do_linter(void)
|
||||
}
|
||||
}
|
||||
|
||||
free(dontwantfile);
|
||||
|
||||
if (restlint == NULL) {
|
||||
statusbar(_("No more errors in unopened files, cancelling"));
|
||||
napms(2400);
|
||||
@ -3246,8 +3248,6 @@ void do_linter(void)
|
||||
curlint = restlint;
|
||||
continue;
|
||||
}
|
||||
|
||||
free(dontwantfile);
|
||||
#ifdef ENABLE_MULTIBUFFER
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user