Fix warning

next
Michael Stapelberg 2009-03-09 17:50:00 +01:00
parent b800408a97
commit d38636439c
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ int handle_windowname_change(void *data, xcb_connection_t *conn, uint8_t state,
(memcmp(client->name, ucs2_name, new_len * 2) == 0)) {
LOG("Name did not change, not updating\n");
free(ucs2_name);
return;
return 1;
}
char *old_name = client->name;