--- Coro/Changes 2007/01/04 20:14:19 1.191 +++ Coro/Changes 2007/01/04 23:49:27 1.192 @@ -11,6 +11,7 @@ - fix ->prio and api_is_ready (patch by Mark Hinds). - fixed an assert ("... == prev__cctx->idle_te") that could errronously trigger. + - fix various large and small memleaks. - use a (hopefully) more stable cancel implementation that immediately frees the coroutine data. - added Coro::guard function.