mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtwm: Coverity 88311
This commit is contained in:
parent
6299ec7483
commit
9b4e0270a3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue