Skip to content

Commit

Permalink
Destroy status interface on exit
Browse files Browse the repository at this point in the history
Closes #70
  • Loading branch information
newsch committed May 14, 2019
1 parent 76ed1ac commit 41bcdc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@ int main(int argc, char *argv[]) {
}
// Cleanup
cursor_free(cursor);
// TODO: destory status_interface
destroy_win(status_interface->status_win);
destroy_status_interface(status_interface);
destroy_win(canvas_win);
finish(0);
}
Expand Down

0 comments on commit 41bcdc5

Please sign in to comment.