Skip to content

Commit 8027016

Browse files
committed
lstopo/windows: explicitly destroy the window on exit
Signed-off-by: Brice Goglin <[email protected]>
1 parent f160161 commit 8027016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/lstopo/lstopo-windows.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ output_windows (struct lstopo_output *loutput, const char *dummy __hwloc_attribu
493493
DispatchMessage(&msg);
494494
}
495495

496+
DestroyWindow(toplevel);
496497
destroy_colors();
497498
return 0;
498499
}

0 commit comments

Comments
 (0)