--- rxvt-unicode/src/rxvtutil.C 2007/08/27 21:30:50 1.8 +++ rxvt-unicode/src/rxvtutil.C 2007/10/31 09:55:24 1.9 @@ -94,11 +94,11 @@ rxvt_temp_buf (int len) { if (len > temp_len) - { + { temp_buf = realloc (temp_buf, len); temp_len = len; } - + return temp_buf; }