aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index d4fd137..e9bf2ac 100644
--- a/TODO
+++ b/TODO
@@ -20,6 +20,7 @@ Known Bugs:
Could this be a race condition when adding the process to the job object?
Perhaps the child process should be created suspended before being added
to the job object. Glib does not currently allow that.
+ This could already be fixed.
* dlmalloc's malloc_trim() does not seem to free any resident memory
after hitting the OOM limit, eg. after <%a>.
Apparently an effect of HAVE_MORECORE (sbrk()) - some allocation is