From: Christophe CURIS <[email protected]>
----- Amadeusz Sławiński <[email protected]> a écrit : > On Sat, 31 May 2014 19:58:40 +0200 > Christophe <[email protected]> wrote: > > > [...] > > > > if (w == panel->icoaB) > > lPtr = panel->icoL; > > else if (w == panel->pixaB) > > lPtr = panel->pixL; > > + else > > + goto error_unknow_widget; > > > > [..] > > + error_unknow_widget: > > + wfree(str); > > error_unknow_widget -> error_unknown_widget ? Yes, totally. Nice catch... -- To unsubscribe, send mail to [email protected].
