Free prefs strings, check for NULLs when closing pgp module

This commit is contained in:
James Booth
2015-06-24 14:27:40 +01:00
parent 815ca16f48
commit 17919298f7
4 changed files with 17 additions and 6 deletions

View File

@@ -449,6 +449,7 @@ _inp_rl_tab_handler(int count, int key)
if (result) {
rl_replace_line(result, 0);
rl_point = rl_end;
free(result);
}
}