summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 065a37d..35f06fd 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -90,7 +90,7 @@ lilv_ui_is_supported(const LilvUI* ui,
lilv_node_as_uri(type));
if (q) {
if (ui_type) {
- *ui_type = lilv_node_duplicate(type);
+ *ui_type = type;
}
return q;
}