1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

alias: remove check of NULL pointers before calling alias_free() (issue #865)

This commit is contained in:
Sébastien Helleu
2024-04-25 19:55:01 +02:00
parent ed48819b77
commit 7438d2c737
3 changed files with 5 additions and 7 deletions
+2 -1
View File
@@ -228,7 +228,8 @@ TEST(Alias, Rename)
TEST(Alias, Free)
{
/* TODO: write tests */
/* test free of NULL alias */
alias_free (NULL);
}
/*