mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Free movingBar memory on exit
This commit is contained in:

committed by
cgzones

parent
8a849bc85a
commit
71c068ad28
2
htop.c
2
htop.c
@ -12,6 +12,7 @@ in the source distribution for its full text.
|
||||
#include "ColumnsPanel.h"
|
||||
#include "CRT.h"
|
||||
#include "MainPanel.h"
|
||||
#include "MetersPanel.h"
|
||||
#include "ProcessList.h"
|
||||
#include "ScreenManager.h"
|
||||
#include "Settings.h"
|
||||
@ -277,6 +278,7 @@ int main(int argc, char** argv) {
|
||||
ProcessList_delete(pl);
|
||||
|
||||
ScreenManager_delete(scr);
|
||||
MetersPanel_cleanup();
|
||||
|
||||
UsersTable_delete(ut);
|
||||
Settings_delete(settings);
|
||||
|
Reference in New Issue
Block a user