(please don't notice this KainX)

(please don't notice this KainX)
(please don't notice this KainX)
(please don't notice this KainX)
s/free/XFree
(please don't notice this KainX)
(please don't notice this KainX)
(please don't notice this KainX)
(please don't notice this KainX)


SVN revision: 1463
This commit is contained in:
Tom Gilbert 1999-11-30 16:53:33 +00:00
parent 9ce2ad30c3
commit f317508254
1 changed files with 2 additions and 2 deletions

View File

@ -198,9 +198,9 @@ get_url_from_paste_buffer (void)
thedisplay = Epplet_get_display ();
if (url)
free (url);
XFree (url);
url = _Strdup (XFetchBuffer (thedisplay, &len, 0));
url = XFetchBuffer (thedisplay, &len, 0);
return url;
}