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

Fix warning about memory leak in tests [21177] #141

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

richiware
Copy link
Member

@richiware richiware commented Jun 13, 2024

Description

Fixes next message:

swig/python detected a memory leak of type 'eprosima::fastrtps::ResourceLimitedVector< unsigned char >::pointer *', no destructor found.

@Mergifyio backport 1.4.x 1.2.x

Contributor Checklist

  • Commit messages follow the project guidelines.
  • Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally
  • Changes are API compatible.
  • Applicable backports have been included in the description.

Reviewer Checklist

  • The PR has a milestone assigned.
  • The title and description correctly express the PR's purpose.
  • Check contributor checklist is correct.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

@richiware richiware changed the title Fix warning about memory leak in tests Fix warning about memory leak in tests [21177] Jun 14, 2024
Signed-off-by: Ricardo González Moreno <[email protected]>
@EduPonz
Copy link

EduPonz commented Jul 11, 2024

@Mergifyio backport 1.4.x 1.2.x

@EduPonz EduPonz merged commit 7cbeb21 into main Jul 11, 2024
4 checks passed
Copy link

mergify bot commented Jul 11, 2024

backport 1.4.x 1.2.x

✅ Backports have been created

@EduPonz EduPonz deleted the bugfix/21176 branch July 11, 2024 06:19
mergify bot pushed a commit that referenced this pull request Jul 11, 2024
Signed-off-by: Ricardo González Moreno <[email protected]>
(cherry picked from commit 7cbeb21)

# Conflicts:
#	fastdds_python/src/swig/fastdds/dds/core/policy/QosPolicies.i
#	fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedVector.i
#	fastdds_python/test/api/test_domainparticipant.py
mergify bot pushed a commit that referenced this pull request Jul 11, 2024
Signed-off-by: Ricardo González Moreno <[email protected]>
(cherry picked from commit 7cbeb21)

# Conflicts:
#	fastdds_python/src/swig/fastdds/dds/core/policy/QosPolicies.i
#	fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedVector.i
#	fastdds_python/test/api/test_domainparticipant.py
EduPonz pushed a commit that referenced this pull request Jul 18, 2024
Signed-off-by: Ricardo González Moreno <[email protected]>
(cherry picked from commit 7cbeb21)

# Conflicts:
#	fastdds_python/src/swig/fastdds/dds/core/policy/QosPolicies.i
#	fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedVector.i
#	fastdds_python/test/api/test_domainparticipant.py
EduPonz pushed a commit that referenced this pull request Jul 18, 2024
Signed-off-by: Ricardo González Moreno <[email protected]>
(cherry picked from commit 7cbeb21)
Signed-off-by: eduponz <[email protected]>
EduPonz pushed a commit that referenced this pull request Jul 18, 2024
(cherry picked from commit 7cbeb21)

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: eduponz <[email protected]>
Co-authored-by: Ricardo González <[email protected]>
MiguelCompany pushed a commit that referenced this pull request Jul 19, 2024
(cherry picked from commit 7cbeb21)

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: eduponz <[email protected]>
Co-authored-by: Ricardo González <[email protected]>
MiguelCompany pushed a commit that referenced this pull request Jul 23, 2024
(cherry picked from commit 7cbeb21)

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: eduponz <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ricardo González <[email protected]>
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.

2 participants