regenerate with removed profile

This commit is contained in:
RSWilli
2025-09-16 22:36:09 +02:00
parent 452decf78a
commit 519fde41de
21 changed files with 3 additions and 1032 deletions

View File

@@ -8,7 +8,6 @@ import (
"runtime"
"time"
"github.com/diamondburned/gotk4/pkg/core/profile"
"github.com/go-gst/go-gst/examples/plugins/basetransform/internal/customtransform"
"github.com/go-gst/go-gst/pkg/gst"
)
@@ -48,12 +47,6 @@ func main() {
runtime.GC()
}
if profile.Count() > 0 {
fmt.Fprintf(os.Stderr, "Memory leak detected: %d objects still tracked\n", profile.Count())
} else {
fmt.Fprintln(os.Stderr, "No memory leaks detected")
}
if err != nil {
fmt.Fprintln(os.Stderr, err)
}