pharo-spec / mars-gtk

The Gtk3 bindings for Pharo and Spec
14 stars 6 forks source link

GList free FFI issue #25

Closed pavel-krivanek closed 4 years ago

pavel-krivanek commented 4 years ago

the list free in GtkTreeSelection>>#allSelected causes error: PrimitiveFailed: primitive #loadSymbol:module: in ExternalAddress class failed

See the example: (Issue24 start) Issue24.zip

pavel-krivanek commented 4 years ago

seems to be Windows specific

pavel-krivanek commented 4 years ago

so it should be

GList>>#free

    self ffiCall: #(void g_list_free(self)) module: GLibLibrary
pavel-krivanek commented 4 years ago

on Linux, this form does not create any issue