Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leaks #35

Merged
merged 6 commits into from
May 23, 2019
Merged

Leaks #35

merged 6 commits into from
May 23, 2019

Conversation

Algunenano
Copy link

  • Silence GCC warnings around uv_after_work_cb functions.
  • Tests: Avoid Buffer() constructor.
  • Avoid dangling references when an error happenned before an async task

The current node 12 failure is due to a bug in 12.3.0 (nodejs/node#27803)

@Algunenano Algunenano self-assigned this May 22, 2019
- Always use auxiliar methods to add references.
- Fix several bugs where a reference was added and then an error
was thrown, leaving the referenced object alive forever.
It leaks both memory and references
@Algunenano Algunenano merged commit f8f2cda into CartoDB:v3.6.2-carto May 23, 2019
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.

1 participant