*** empty log message ***
authorpcg <pcg>
Sun, 22 Feb 2004 17:13:21 +0000 (17:13 +0000)
committerpcg <pcg>
Sun, 22 Feb 2004 17:13:21 +0000 (17:13 +0000)
src/screen.C

index 7baf4fbb3c226d3e3c76c3a5cdfadf7f9aa55a2e..7176cbe01e0104d7efc0a40c029129c99c6a4087 100644 (file)
@@ -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 ();