projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c01dba6
)
*** empty log message ***
author
pcg
<pcg>
Sun, 22 Feb 2004 17:13:21 +0000
(17:13 +0000)
committer
pcg
<pcg>
Sun, 22 Feb 2004 17:13:21 +0000
(17:13 +0000)
src/screen.C
patch
|
blob
|
history
diff --git
a/src/screen.C
b/src/screen.C
index 7baf4fbb3c226d3e3c76c3a5cdfadf7f9aa55a2e..7176cbe01e0104d7efc0a40c029129c99c6a4087 100644
(file)
--- a/
src/screen.C
+++ b/
src/screen.C
@@
-2692,8
+2692,7
@@
rxvt_term::selection_clear ()
D_SELECT ((stderr, "rxvt_selection_clear ()"));
want_refresh = 1;
- if (selection.text)
- free (selection.text);
+ free (selection.text);
selection.text = NULL;
selection.len = 0;
CLEAR_SELECTION ();