Relative Content

Tag Archive for c++plotmemory-leakswxwidgetswxmathplot

wxMathPlot plot freezes the system on resize

I have a plot created using wxMathplot library, at initial lunch the plot works perfect, but when I resize the window it stucks and the laptop freezes until I restart it, before the freeze, I noticed a linear increase in consuming RAM till saturation, sort of memory leak, when I comment out the mpWindow and its related components, everything works normal, here is a portion of my code