Skip to content

This fixes multiple major memory leaks#10

Merged
gperrow-SAP merged 1 commit intosqlanywhere:masterfrom
jpheur:master
Jan 11, 2016
Merged

This fixes multiple major memory leaks#10
gperrow-SAP merged 1 commit intosqlanywhere:masterfrom
jpheur:master

Conversation

@jpheur
Copy link
Contributor

@jpheur jpheur commented Jan 11, 2016

All memory leak issues are related to use of v8::Persistent. Reset() was never called on Persistent variables, which caused memory leaks.

Leaks caused callbacks and result sets to retain.

use of v8::Persistent<T>. Reset() was never called on a Persistent
variables.

Leaks prevented callbacks and result sets from destruction.
@CLAassistant
Copy link

CLA assistant check
All committers have accepted the CLA.

gperrow-SAP added a commit that referenced this pull request Jan 11, 2016
This fixes multiple major memory leaks
@gperrow-SAP gperrow-SAP merged commit cc73d37 into sqlanywhere:master Jan 11, 2016
@gperrow-SAP
Copy link
Contributor

Thanks for this submission!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants