diff options
Diffstat (limited to 'src/manage.c')
-rw-r--r-- | src/manage.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/manage.c b/src/manage.c index 1be4e7a..6446038 100644 --- a/src/manage.c +++ b/src/manage.c @@ -110,7 +110,9 @@ get_wmname (Window w) return NULL; } - /* duplicate the string into out own buffer, and free the one given + PRINT_DEBUG (("WM_NAME: '%s'", name)); + + /* duplicate the string into our own buffer, and free the one given to us by X. */ ret = xstrdup (name); XFree (name); |