GtkSharp / GtkSharp

.NET wrapper for Gtk and other related libraries
Other
890 stars 98 forks source link

Null access fixes #386

Closed zii-dmg closed 1 year ago

zii-dmg commented 1 year ago

IOChannel: if func == null, then func_wrapper == null and access to func_wrapper.NativeDelegate IconTheme: if value == null, then access to value.Length Printer: if func == null, then func_wrapper == null and access to func_wrapper.NativeDelegate