mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Fixed some memory leaks.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1837 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2752599e7a
commit
53d5c92cf4
5 changed files with 9 additions and 1 deletions
|
|
@ -114,6 +114,7 @@ static char *server_create_tag(SERVER_CONNECT_REC *conn)
|
|||
same server and you want to keep the same tags with
|
||||
the servers (or it would cause problems when rejoining
|
||||
/LAYOUT SAVEd channels). */
|
||||
g_free(tag);
|
||||
return g_strdup(conn->tag);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue