insane-adding-machines / frosted

Frosted: Free POSIX OS for tiny embedded devices
GNU General Public License v2.0
214 stars 39 forks source link

Memory leak on .bss and .data #9

Closed danielinux closed 8 years ago

danielinux commented 8 years ago

In bflt loader, on exec, memory is allocated to store .bss and .data of the new task.

The task memory should be freed upon process termination.