summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/textselection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/textselection.c b/riscos/textselection.c
index 579936bbd..a1a02887f 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);
}
}