projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
152a655
)
dtwm: Coverity 88325
author
Peter Howkins
<flibble@users.sf.net>
Mon, 2 Jul 2018 19:40:04 +0000
(20:40 +0100)
committer
Peter Howkins
<flibble@users.sf.net>
Mon, 2 Jul 2018 19:40:04 +0000
(20:40 +0100)
cde/programs/dtwm/Session.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtwm/Session.c
b/cde/programs/dtwm/Session.c
index 6c428372a640afc32bc72a3c2eb23581e3eada5b..71c31764853fa07347c36949a99ebce65d7f6b1d 100644
(file)
--- a/
cde/programs/dtwm/Session.c
+++ b/
cde/programs/dtwm/Session.c
@@
-310,7
+310,7
@@
SessionRestoreData (void)
if (panel.dynamic_data_count > 0) {
panel.dynamic_data_list = (DynamicComponent **)
- XtMalloc (sizeof (DynamicComponent *
*
) * panel.max_dynamic_data_count);
+ XtMalloc (sizeof (DynamicComponent *) * panel.max_dynamic_data_count);
}
dynamic_data_count = 0;