diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ static int config_map(char* to_raw, char* from_raw){ int rv = 1; if(!from || !to){ + free(from); + free(to); fprintf(stderr, "Failed to allocate memory\n"); return 1; } |