Skip to content

Commit

Permalink
Fixed invalid memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Colomiets committed Oct 17, 2011
1 parent f6c5f3f commit 095f5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ static void ws_send_reply(struct ev_loop *loop,
ev_io_start(loop, watch);
}
} else {
ev_idle_start(req->conn->loop, &req->conn->flush_watch);
ev_idle_start(conn->loop, &conn->flush_watch);
}
}
}
Expand Down

0 comments on commit 095f5de

Please sign in to comment.