1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Free inputrc string

fixes #797
This commit is contained in:
James Booth 2016-04-27 01:36:14 +01:00
parent a7524bc3a7
commit 5687c3e419

View File

@ -1109,6 +1109,8 @@ prefs_get_inputrc(void)
return result;
}
g_string_free(inputrc_file, TRUE);
return NULL;
}