KhronosGroup / KhronosGroup/COLLADA2GLTF

Memory leaks

Open
#70 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
573
Forks
154
PR merge metrics
No merged PRs in 30d

Description

Use valgrind or something similar to find memory leaks in the executable. This is not a huge priority, since most people just run this as a one-off executable, but if a longer-running application were using this as a library, they could have issues.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by running the executable under Valgrind or a similar memory-checking tool and record any reported leaks. Trace each report to the relevant C++ code, then verify with the same tool that the executable no longer reports leaks when the investigation is complete.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
performance
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.