mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix a memory leak of GUI::Trackbar
This commit is contained in:
parent
903f2ae5c9
commit
b44f936f95
2 changed files with 9 additions and 2 deletions
|
@ -37,6 +37,7 @@ void define_ruby_class();
|
|||
VALUE rb_allocate(VALUE klass);
|
||||
|
||||
void trackbar_mark(void *ptr);
|
||||
void trackbar_free(void *ptr);
|
||||
|
||||
VALUE rb_initialize(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_name(VALUE self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue