Re: fdo#88006, Valgrind and ImplSVData (vcl part)

2015-01-05 Thread Stephan Bergmann
On 01/04/2015 09:55 AM, julien2412 wrote: I noticed this (after having added "--track-origins=yes" to Valgrind line btw, you can also pass that in via VALGRIND_OPTS env var, VALGRIND=memcheck VALGRIND_OPTS=--track-origins=yes soffice Here's the content of ImplGetSVData(): 79 ImplSVDa

fdo#88006, Valgrind and ImplSVData (vcl part)

2015-01-04 Thread julien2412
Data.maMenuBarHighlightTextColor = Color( COL_TRANSPARENT ); 85 } I know it's been like this since 2007 at least but is it really ok to initialize an object (which contains not only integral types but also structure/classes) this way? Julien -- View this message in context: http://n