Official Murl Engine Forum

Full Version: Missing member initialization?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

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
Thanks for this tip!

This is obviously a bug and will be fixed in the next release!