Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: Keep a GC pointer in
draw_object
The `obj` pointer in `user_interface::draw_object` was not a GC pointer, but there is a `do...while` loop calling `obj->graph` that may cause a garbage collection, causing the input `obj` to be bogus. Fixes: #1115 Signed-off-by: Christophe de Dinechin <[email protected]>
- Loading branch information