diff options
Diffstat (limited to 'src/core/servers.c')
-rw-r--r-- | src/core/servers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/servers.c b/src/core/servers.c index 0707645c..6b6c8087 100644 --- a/src/core/servers.c +++ b/src/core/servers.c @@ -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); } |