use Plugin.deinit()
This commit is contained in:
parent
f8d8ed067d
commit
e142285a32
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ pub const Image = struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
var plugin = plugin_opt.?;
|
var plugin = plugin_opt.?;
|
||||||
|
defer plugin.deinit();
|
||||||
|
|
||||||
// the code here is a copypaste of runPlugin() without the specific
|
// the code here is a copypaste of runPlugin() without the specific
|
||||||
// lilv things.
|
// lilv things.
|
||||||
|
|
Loading…
Reference in a new issue