Changeset 2271
- Timestamp:
- Jul 24, 2005, 10:57:06 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/ld/ld.c
-
Property cvs2svn:cvs-rev
changed from
1.19
to1.20
r2270 r2271 2535 2535 if (!subfile_wanted_p (subentry)) 2536 2536 { 2537 free (subentry->strings); 2538 subentry->strings = NULL; 2537 2539 free (subentry->symbols); 2538 2540 free (subentry); … … 2547 2549 entry->subfiles = subentry; 2548 2550 *prev_addr = subentry; 2549 }2550 free (subentry->strings);2551 subentry->strings = NULL;2551 free (subentry->strings); 2552 subentry->strings = NULL; 2553 } 2552 2554 } 2553 2555 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.