-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode:
* Followed all applicable steps in th…
-
Issue created by migration from Trac.
Original creator: @svigerske
Original creation time: 2010-01-21 09:39:02
Assignee: somebody
Version:
Hi,
running the OS unittest under valgrind reveals sev…
-
Given the example in the README, I would expect DNS to not leak (given that we write out resolv.conf that is bind-mounted in the netns, which is easily confirmed).
I've also gotten Mullvad to tell …
-
See below attached screenshot. Seems the memory leak is from readNodeGraph()?
![screen shot 2014-10-04 at 12 03 25 pm](https://cloud.githubusercontent.com/assets/1173761/4514599/17332d1c-4b7c-11e4-9d3…
-
```
FYI...
From r16. Attached is the output of running the test app through valgrind. i
haven't looked closely enough to see if these were intentional or not, but
thought i'd report them nonetheles…
-
```
What steps will reproduce the problem?
1. Check memory of system using 'free ' command.
2. Do Wget of all pages in loop for overnight stress.
3. Check memory of system using 'free' command again n…
-
```
The problem is in method animatedSetValue_.
This code needs disposing:
if (this.currentAnimation_) {
this.currentAnimation_.stop(true);
}
This is fix:
if (this.currentAnimation_) {
this…
-
```
Start HeeksCAD.
Create a cube.
Close HeeksCAD.
There is undeleted memory, that was allocated here, in
UndoEngine::GetModificationsRecursive:
if(old_children.find(*it) == old_children.end…
-
```
The problem is in method animatedSetValue_.
This code needs disposing:
if (this.currentAnimation_) {
this.currentAnimation_.stop(true);
}
This is fix:
if (this.currentAnimation_) {
this…
-
```
The problem is in method animatedSetValue_.
This code needs disposing:
if (this.currentAnimation_) {
this.currentAnimation_.stop(true);
}
This is fix:
if (this.currentAnimation_) {
this…