diff options
Diffstat (limited to 'src/w16select.c')
| -rw-r--r-- | src/w16select.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/w16select.c b/src/w16select.c index 24e92b24dfb..177a84f5e3b 100644 --- a/src/w16select.c +++ b/src/w16select.c @@ -565,8 +565,7 @@ DEFUN ("w16-set-clipboard-data", Fw16_set_clipboard_data, Sw16_set_clipboard_dat ok = 0; unblock: - if (dst) - xfree (dst); + xfree (dst); UNBLOCK_INPUT; /* Notify user if the text is too large to fit into DOS memory. |
