repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 02a2f29ad8335eac7eeff1354280d31cefde2142: path_to: revision_to:
commit 02a2f29ad8335eac7eeff1354280d31cefde2142 Author: Marc LehmannDate: Sun Feb 22 17:13:21 2004 +0000 *** empty log message *** diff --git a/src/screen.C b/src/screen.C
--- 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 ();
-----END OF PAGE-----