Kouhei Sutou
null+****@clear*****
Sat Jan 17 16:06:54 JST 2015
Kouhei Sutou 2015-01-17 16:06:54 +0900 (Sat, 17 Jan 2015) New Revision: 63538ea0ef2acb47672fec4d38d9c99e59eecff7 https://github.com/groonga/groonga/commit/63538ea0ef2acb47672fec4d38d9c99e59eecff7 Message: windows: return immediately when all processes are done Modified files: lib/io.c Modified: lib/io.c (+1 -0) =================================================================== --- lib/io.c 2015-01-17 16:05:22 +0900 (ecc3c0b) +++ lib/io.c 2015-01-17 16:06:54 +0900 (b747e4b) @@ -1325,6 +1325,7 @@ grn_munmap(grn_ctx *ctx, HANDLE *fmo, void *start, size_t length) int r = 0; if (!fmo) { GRN_FREE(start); + return r; } if (*fmo) { if (UnmapViewOfFile(start)) { -------------- next part -------------- HTML����������������������������...Download