Fix file chooser not being freed from memory

This commit is contained in:
Rafostar
2020-11-10 20:28:57 +01:00
parent f644710762
commit e7937162e7

View File

@@ -44,6 +44,8 @@ class ClapperFileChooser extends Gtk.FileChooserNative
player.set_media(file.get_uri());
}
this.unref();
}
});