Skip to content

Example bug #317

Description

@bruceunx

two example bugs:

  1. in table.zig
    const users_buf = try alloc.dupe(User, users[0..]);
    defer alloc.free(users_buf); // fix memory leak

2 in fuzzy.zig

    filtered: std.ArrayList(vxfw.RichText),
    list_view: vxfw.ListView,
    text_field: vxfw.TextField,

    /// Used for filtered RichText Spans and result
    arena: std.heap.ArenaAllocator,
    filtered: std.ArrayList(vxfw.RichText), // dup

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions