dtwm: Coverity 88247
This commit is contained in:
parent
9b4e0270a3
commit
20135bf9e7
|
|
@ -617,7 +617,7 @@ WorkspaceModifyCB (Widget w,
|
|||
|
||||
switch_data->buttons =
|
||||
(Widget *) XtRealloc ((char *) switch_data->buttons,
|
||||
sizeof (Widget *) * switch_data->switch_count);
|
||||
sizeof (Widget) * switch_data->switch_count);
|
||||
|
||||
SwitchButtonCreate (switch_data, True);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue