diff options
author | root <root> | 2008-02-05 23:56:33 +0000 |
---|---|---|
committer | root <root> | 2008-02-05 23:56:33 +0000 |
commit | a82219690a0ce1703abdc9bf10d0d4e5a9d26efa (patch) | |
tree | 01acffca4a20ad9b7a99e2fae33c1e998e8326ff /ev_vars.h | |
parent | c83c7b9d34c4856e08c50a4a6c1417cdb2704348 (diff) |
compile without it, too, fix memleak
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,8 +140,8 @@ VARx(int, forkmax) VARx(int, forkcnt) #endif -#if EV_ASYNC_ENABLE || EV_GENWRAP VARx(EV_ATOMIC_T, gotasync) +#if EV_ASYNC_ENABLE || EV_GENWRAP VARx(struct ev_async **, asyncs) VARx(int, asyncmax) VARx(int, asynccnt) |