Fix possible crash creating an unknown dock widget
if an unknown string was passed to createInnerDockidget,
the widget would not be created but a reference to the null
pointer would still be saved on the avaliable dock widgets,
and thus any code that foreached the list accessing methods
could led to a crash.
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
Showing
Please register or sign in to comment