Opened 7 years ago
#13926 assigned bug
Locale kit appears to not free all memory on exit
Reported by: | anevilyak | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/libroot.so | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Based on the output of the guarded heap, some locale-related memory doesn't appear to get cleaned up on exit. This could be static variables used for POSIX, as a simple test program such as:
int main(int, char **) { int x = 5; return x; }
linked to libroot exhibits the issue, which theoretically shouldn't actually initialize the Be API locale classes.
Note:
See TracTickets
for help on using tickets.