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:
@@ -228,7 +228,8 @@ TEST(Alias, Rename)
|
||||
|
||||
TEST(Alias, Free)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
/* test free of NULL alias */
|
||||
alias_free (NULL);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user