summaryrefslogtreecommitdiff
path: root/riscos/textselection.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/textselection.c')
-rw-r--r--riscos/textselection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/textselection.c b/riscos/textselection.c
index 7e248938e..f344e47e9 100644
--- a/riscos/textselection.c
+++ b/riscos/textselection.c
@@ -429,6 +429,8 @@ bool ro_gui_selection_prepare_paste_dataload(
if (ret == UTF8_CONVERT_OK) {
clip_length = strlen(clipboard);
}
+
+ free(local_cb);
}
}