Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Small fix for valgrind
Small fix for valgrind [message #21463] |
Thu, 21 May 2009 18:52  |
kodos
Messages: 111 Registered: March 2008
|
Experienced Member |
|
|
Hi,
I have tested my program with valgrind and found a little problem in U++ while testing:
Conditional jump or move depends on uninitialised value(s)
==9751== at 0x57F549: Upp::Ctrl::UpdateArea0(Upp::Draw&, Upp::Rect_<int> const&, int) (CtrlDraw.cpp:480)
This can be fixed if you add an initialization for hasdhctrl=false in the Ctrl constructor. (File CtrlCore/Ctrl.cpp Line~600)
|
|
|
Goto Forum:
Current Time: Sun Apr 27 13:12:52 CEST 2025
Total time taken to generate the page: 0.04497 seconds
|