aboutsummaryrefslogtreecommitdiff
path: root/bb.c
diff options
context:
space:
mode:
Diffstat (limited to 'bb.c')
-rw-r--r--bb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bb.c b/bb.c
index 26cfcb0..5c9c487 100644
--- a/bb.c
+++ b/bb.c
@@ -1304,7 +1304,6 @@ int main(int argc, char *argv[])
init_term();
bb_browse(&bb, full_initial_path);
fputs(T_LEAVE_BBMODE, tty_out);
- cleanup();
if (bb.selected && print_selection) {
for (entry_t *e = bb.selected; e; e = e->selected.next) {