On 9/25/18 10:45 AM, huangyy wrote:

On Mon, 24 Sep 2018 19:11:08 +0200, Mike Wey wrote:

On 9/24/18 8:47 AM, huangyy wrote:

It's not work :( , same error report.

Do you have something i could test with?

I have solved this problem. :)
Gobject memory management does not depend on D's GC. using gobject's unref to free a gobject.

srcPixbuf.unref();

Great,

Technically destroy should run the destructor witch calls unref, so
i'll need to check why that doesn't work.