Changes in uspace/lib/c/generic/loader.c [64d2b10:6e84dc3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/loader.c
r64d2b10 r6e84dc3 160 160 int rc = async_data_write_start(ldr->phone_id, (void *) pa, pa_len); 161 161 if (rc != EOK) { 162 free(pa); 162 163 async_wait_for(req, NULL); 163 164 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.