-/*--------------------------------*-C-*---------------------------------*
+/*----------------------------------------------------------------------*
* File: rxvtutil.C
*----------------------------------------------------------------------*
*
{
if (len > temp_len)
{
- free (temp_buf);
- temp_buf = malloc (len);
+ temp_buf = realloc (temp_buf, len);
temp_len = len;
}