diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-11-06 18:34:01 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-11-06 19:45:21 -0500 |
| commit | f2bec33ebc703d51a74ef17ab0624e615ba16fce (patch) | |
| tree | b7affd0ce18480685c49a8db4f6c279c4363baeb /main.c | |
| parent | 737ff9f823011a27c1672eccaa99c68f8156377b (diff) | |
fix memory leak
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -115,9 +115,6 @@ int main(int argc, char* argv[]) { wl_display_dispatch(state.display); } - // leak 8 bytes of memory - malloc(8); - // cleanup (of course) if (state.items) { array_for_all(item_t, item, state.items) { |
