mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtwm: Coverity 88247
This commit is contained in:
parent
9b4e0270a3
commit
20135bf9e7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue