Open GoogleCodeExporter opened 8 years ago
src/Render3D.cpp l: 1407 - memset will be removed - fractParamDefault is filled
completely later, so doesn't need to be initialized
src/Render3D.cpp l: 1623 - here is memcopy (memcpy(fractParam,
&noGUIdata.fractparams, sizeof(sParamRender));). This place shouldn't generate
problems, because std::vector<enumFractalFormula> formulaSequence and
std::vector<double> hybridPowerSequence are not changed during run and are only
read. Even if there will be used the same memory pointers inside vectors this
will work properly.
What is your opinion?
Original comment by buddhi1...@gmail.com
on 17 Nov 2013 at 8:06
Original issue reported on code.google.com by
ettl.mar...@gmail.com
on 16 Nov 2013 at 2:21