fix orphan instances
This commit is contained in:
@@ -46,6 +46,7 @@ func TestConvertFiles(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
defer c.Close()
|
||||
|
||||
c.SetProgressCallback(func(progress int) {
|
||||
fmt.Println(progress)
|
||||
|
||||
Reference in New Issue
Block a user