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

Memory leaks removals #5910

Merged

Conversation

remibettan
Copy link
Contributor

Memory leaks removals by adding try statements to several resources in order to release resources from native code.

@@ -1,5 +1,7 @@
package com.intel.realsense.librealsense;

import android.util.Log;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is it used ?

Copy link
Contributor

@dorodnic dorodnic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dorodnic dorodnic merged commit 99dbab0 into IntelRealSense:development Mar 5, 2020
@remibettan remibettan deleted the memory-leaks-removals branch June 23, 2020 07:28
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.

None yet

3 participants