-
**ATTENTION: DO NOT USE THIS FIELD TO ASK SUPPORT QUESTIONS. USE THE PLATFORM CHANNELS FOR THIS. THIS SPACE IS DEDICATED ONLY FOR BUGS DESCRIPTION.**
**Fill in the template. Issues that do not respect…
-
**Setup:** obs-shaderfilter 2.1.1 with OBS 29.1.3 on Windows 10
**Repro:**
- Run OBS and exit it again without obs-shaderfilter installed, check the OBS log -> no memory leaks
- Install the obs-s…
-
In onvif.c, line 1822 you return without freeing xmlXPathObjectPtr result, i.e xmlXPathFreeObject(result); is missing before the return, causing a memory leak.
-
Following snippet highlights the issue:
```c++
int main() {
{
auto a = std::make_shared(1);
auto b = std::make_shared(2);
auto c = a + b;
}
// a, b and c are not destroyed …
-
I ran a Snyk code analysis, and it detected these problems:
1. Leaking memory. GateRandomMultiGauss is allocated on the heap and never freed
https://github.com/OpenGATE/opengate/blob/fcaae6dfeb10b…
-
The `PRINTInstruction` that are allocated in `BASICParser::_make_print[_ln]`, are never freed (deleted).
The BASICParser's destructor does not iterate through the _instrs and delete the instructions.…
donno updated
6 years ago
-
When executed in spring application as a utility class, garbage collection fails to clean after it.
Note, this only is noticeable when you are converting tens or hundreds of images.
-
You're subscribing to observables, but they're not being unsubscribed when the part is removed. Doesn't this create memory leaks?
yorrd updated
10 months ago
-
First I want to thank you for an incredible library. It seems to be consistently returning results in the milliseconds timeframe, where my previous logic had to apply a table scan, manually apply the …
-
### Steps to reproduce
1. git clone https://github.com/jnschulze/flutter-webview-windows.git.
2. cd example && flutter run -d windows.
3. open Windows `Task Manager` , select `Shared GPU memory`/…