mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtwm: Coverity 89619
This commit is contained in:
parent
dd9b5ca190
commit
152a655ce3
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@ AllocateRecordData (RecordData ** record_data,
|
||||||
*record_data_count += 10;
|
*record_data_count += 10;
|
||||||
*record_data = (RecordData *)
|
*record_data = (RecordData *)
|
||||||
XtRealloc ((char *) *record_data,
|
XtRealloc ((char *) *record_data,
|
||||||
sizeof (RecordData *) * (*record_data_count));
|
sizeof (RecordData) * (*record_data_count));
|
||||||
}
|
}
|
||||||
|
|
||||||
(*record_data)[*record_count].element_values =
|
(*record_data)[*record_count].element_values =
|
||||||
|
|
Loading…
Reference in a new issue