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:
6299ec7
)
dtwm: Coverity 88311
author
Peter Howkins
<flibble@users.sf.net>
Mon, 2 Jul 2018 19:32:50 +0000
(20:32 +0100)
committer
Peter Howkins
<flibble@users.sf.net>
Mon, 2 Jul 2018 19:32:50 +0000
(20:32 +0100)
cde/programs/dtwm/DataBaseLoad.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtwm/DataBaseLoad.c
b/cde/programs/dtwm/DataBaseLoad.c
index e95e963fd93328289374dee1fba01c900611a7fb..d2a85020e227b668ba00b7f2a4641d5fe551683b 100644
(file)
--- a/
cde/programs/dtwm/DataBaseLoad.c
+++ b/
cde/programs/dtwm/DataBaseLoad.c
@@
-1950,7
+1950,7
@@
GetNameList (RecordData * record_data,
name_list_count += 10;
name_list =
(char **) XtRealloc ((char *) name_list,
- sizeof (char *
*
) * (name_list_count + 1));
+ sizeof (char *) * (name_list_count + 1));
}
name_list [found_count] =
record_data[i].element_values[name_type].parsed_value;