--- rxvt-unicode/src/main.C 2004/12/13 01:29:03 1.119 +++ rxvt-unicode/src/main.C 2004/12/15 00:12:58 1.121 @@ -261,6 +261,7 @@ free (env_term); free (env_colorfgbg); free (locale); + free (v_buffer); free (incr_buf); delete envv; @@ -861,7 +862,7 @@ { set_string_property (XA_WM_NAME, str); #if ENABLE_FRILLS - set_utf8_property (display->atom ("_NET_WM_NAME"), str); + set_utf8_property (xa[XA_NET_WM_NAME], str); #endif } @@ -870,7 +871,7 @@ { set_string_property (XA_WM_ICON_NAME, str); #if ENABLE_FRILLS - set_utf8_property (display->atom ("_NET_WM_ICON_NAME"), str); + set_utf8_property (xa[XA_NET_WM_ICON_NAME], str); #endif }