Skip to content
Snippets Groups Projects
Commit 88b554ce authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #10320: calltree: don't leak GValue

parent 9ba39c74
Branches
No related tags found
No related merge requests found
......@@ -1547,6 +1547,7 @@ void drag_data_received_cb(GtkWidget *widget, GdkDragContext *context UNUSED, gi
default:
break;
}
g_value_unset(&val);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment