Navigation Menu

Skip to content

Commit

Permalink
windows: return immediately when all processes are done
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 17, 2015
1 parent a4a57f5 commit 63538ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/io.c
Expand Up @@ -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)) {
Expand Down

0 comments on commit 63538ea

Please sign in to comment.