Commit ebc15438 authored by Claes Sjofors's avatar Claes Sjofors

Bugfix in status monitor close

parent 426ee4db
...@@ -72,7 +72,7 @@ const char NodelistNav::config_file[40] = "$HOME/rt_statusmon.dat"; ...@@ -72,7 +72,7 @@ const char NodelistNav::config_file[40] = "$HOME/rt_statusmon.dat";
// //
void NodelistNavBrow::free_pixmaps() void NodelistNavBrow::free_pixmaps()
{ {
brow_FreeAnnotPixmap( ctx, pixmap_leaf); // brow_FreeAnnotPixmap( ctx, pixmap_leaf);
brow_FreeAnnotPixmap( ctx, pixmap_map); brow_FreeAnnotPixmap( ctx, pixmap_map);
brow_FreeAnnotPixmap( ctx, pixmap_openmap); brow_FreeAnnotPixmap( ctx, pixmap_openmap);
brow_FreeAnnotPixmap( ctx, pixmap_attr); brow_FreeAnnotPixmap( ctx, pixmap_attr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment