1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Merge branch 'master' into plugins

This commit is contained in:
James Booth 2016-04-27 01:39:41 +01:00
commit 21b75ce3ae

View File

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