We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c335a54 commit 9d172bbCopy full SHA for 9d172bb
src/telemetry/lightpanda.zig
@@ -76,6 +76,7 @@ pub const LightPanda = struct {
76
77
fn run(self: *LightPanda) void {
78
var aw = std.Io.Writer.Allocating.init(self.allocator);
79
+ defer aw.deinit();
80
81
var batch: [MAX_BATCH_SIZE]*LightPandaEvent = undefined;
82
self.mutex.lock();
0 commit comments