Hi,
I ran valgrind on wineserver while running Ares Lite, and this is one of two memory leaks it caught:
34468 (14980 direct, 19488 indirect) bytes in 535 blocks are definitely lost in loss record 17 of 20 at 0x1B903575: malloc (vg_replace_malloc.c:130) by 0x8055FED: mem_alloc (object.c:73) by 0x805C85A: create_empty_region (region.c:565) by 0x806F90E: crop_region_to_win_rect (window.c:761) by 0x806FDA7: redraw_window (window.c:902) by 0x8071809: req_redraw_window (window.c:1682) by 0x8060E9A: call_req_handler (request.c:274) by 0x804F5E5: main_loop (fd.c:507) by 0x8053E51: main (main.c:139)
Is this an issue that can/should be resolved?