this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix memleak with transmitted image

authored by

glyh and committed by
Tim Culverhouse
9cbcc92b 2f46eb91

+2
+2
examples/image.zig
··· 34 34 try vx.queryTerminal(tty.anyWriter(), 1 * std.time.ns_per_s); 35 35 36 36 var img1 = try vaxis.zigimg.Image.fromFilePath(alloc, "examples/zig.png"); 37 + defer img1.deinit(); 38 + 37 39 const imgs = [_]vaxis.Image{ 38 40 try vx.transmitImage(alloc, tty.anyWriter(), &img1, .rgba), 39 41 // var img1 = try vaxis.zigimg.Image.fromFilePath(alloc, "examples/zig.png");