use Plugin.deinit()

This commit is contained in:
Luna 2019-08-14 09:10:54 -03:00
parent f8d8ed067d
commit e142285a32
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ pub const Image = struct {
}
var plugin = plugin_opt.?;
defer plugin.deinit();
// the code here is a copypaste of runPlugin() without the specific
// lilv things.