mar 2nd trying to fix memory leaks
This commit is contained in:
parent
1728a128e4
commit
6d0f6422bf
@ -410,8 +410,9 @@ void RelaxRateAnalysis::cleanup()
|
|||||||
// image1.erase();??
|
// image1.erase();??
|
||||||
|
|
||||||
// image1.delete();??
|
// image1.delete();??
|
||||||
|
|
||||||
// detel image1 ??
|
// detel image1 ??
|
||||||
|
|
||||||
image1.clear();
|
image1.clear();
|
||||||
image2.clear();
|
image2.clear();
|
||||||
image3.clear();
|
image3.clear();
|
||||||
|
|||||||
@ -56,6 +56,7 @@ void ShadowScapesAnalysis::setup(int camWidth, int camHeight)
|
|||||||
image3.clear();
|
image3.clear();
|
||||||
image4.clear();
|
image4.clear();
|
||||||
image5.clear();
|
image5.clear();
|
||||||
|
|
||||||
|
|
||||||
// images use for drawing the synthesized files to the screen ///
|
// images use for drawing the synthesized files to the screen ///
|
||||||
image1.setUseTexture(false); // the non texture image that is needed to first load the image
|
image1.setUseTexture(false); // the non texture image that is needed to first load the image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user