1
0
Fork 0
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:
Peter Howkins 2018-07-02 20:38:46 +01:00
parent dd9b5ca190
commit 152a655ce3

View file

@ -1300,7 +1300,7 @@ AllocateRecordData (RecordData ** record_data,
*record_data_count += 10;
*record_data = (RecordData *)
XtRealloc ((char *) *record_data,
sizeof (RecordData *) * (*record_data_count));
sizeof (RecordData) * (*record_data_count));
}
(*record_data)[*record_count].element_values =