- Timestamp:
- 2007-06-13T21:36:59Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8b243f2
- Parents:
- 341140c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/generic/thread.c
r341140c r4680ef5 108 108 uarg->uspace_thread_function(uarg->uspace_thread_arg); 109 109 /* XXX: we cannot free the userspace stack while running on it */ 110 free(uarg->uspace_stack);111 free(uarg);110 // free(uarg->uspace_stack); 111 // free(uarg); 112 112 113 113 /* If there is a manager, destroy it */
Note:
See TracChangeset
for help on using the changeset viewer.