Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

node_file.cc/SendFile() missing scope.Close() #1203

Closed
networkimprov opened this issue Jun 19, 2011 · 1 comment
Closed

node_file.cc/SendFile() missing scope.Close() #1203

networkimprov opened this issue Jun 19, 2011 · 1 comment

Comments

@networkimprov
Copy link

In the SendFile() function, at https://github.com/joyent/node/blob/master/src/node_file.cc#L609

return Integer::New(sent);

should be

return scope.Close(Integer::New(sent));
@ry
Copy link

ry commented Jun 20, 2011

thanks!

@ry ry closed this as completed in feb26d6 Jun 20, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants