Skip to content

fix(example): avoid double deinit in fuzzy#340

Merged
rockorager merged 1 commit into
mainfrom
fix-fuzzy-double-deinit
May 16, 2026
Merged

fix(example): avoid double deinit in fuzzy#340
rockorager merged 1 commit into
mainfrom
fix-fuzzy-double-deinit

Conversation

@rockorager
Copy link
Copy Markdown
Owner

Summary

  • avoid double-calling app.deinit() in the fuzzy example
  • keep terminal cleanup scoped before printing the selected result

Fixes #339.

Testing

  • zig build test

@rockorager rockorager merged commit 60a507c into main May 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fuzzy.zig example crashes on exit (ctrl-c) and submit (enter on value)

1 participant