diff options
| -rw-r--r-- | noice.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -421,6 +421,7 @@ again: bin = openwith(name); if (bin == NULL) { printmsg("No association"); + free(pathnew); goto nochange; } @@ -439,6 +440,7 @@ again: goto redraw; default: printmsg("Unsupported file"); + free(pathnew); goto nochange; } } |