26 Aug 2015, 15:35
Hi,
we did some diagnostics with valgrind today and found out that most complaints come from here:
In the second constructor of ChangeController the member variable mFrame is not initialized, likely not on purpose.
Regards,
Stefan
we did some diagnostics with valgrind today and found out that most complaints come from here:
==31712== at 0x1000B15C8: Murl::ChangeInspector::CheckFrame(unsigned int) (murl_change_controller.h:34)
==31712== by 0x10030960E: Murl::ChangeController<Murl::App::SpwLogicPopupEventBanner::Caller>::WasChanged(Murl::ChangeInspector&) const (murl_change_controller.h:110)
In the second constructor of ChangeController the member variable mFrame is not initialized, likely not on purpose.
Regards,
Stefan