1
0
Fork 0
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:
ser1zw 2012-02-05 19:08:46 +09:00
parent 903f2ae5c9
commit b44f936f95
2 changed files with 9 additions and 2 deletions

View file

@ -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);