Daniel Marjamäki
|
a01ebc819f
|
Memory leak: Added check "TestMemoryLeak::throw2" (no false positive upon throw)
|
2008-12-27 11:29:38 +00:00 |
Daniel Marjamäki
|
6ef11f3f49
|
Memory leaks : Fixed false positive for "p" when there is a line such as "p2 = p + 1;"
|
2008-12-26 20:12:42 +00:00 |
Daniel Marjamäki
|
492082f4f2
|
Memory leaks : Fixed false positive with return (Bug 2458436)
|
2008-12-25 08:27:07 +00:00 |
Daniel Marjamäki
|
20ae03d0d0
|
Memory leak : Fixed false positive when using callbacks (Bug 2458510)
|
2008-12-25 07:50:25 +00:00 |
Daniel Marjamäki
|
6472588ddd
|
memory leaks : optimising 'simplifycode'
|
2008-12-24 07:36:18 +00:00 |
Daniel Marjamäki
|
b8e0ea81a6
|
memory leaks : bug fix
|
2008-12-23 08:25:16 +00:00 |
Daniel Marjamäki
|
a148e67168
|
Memory leaks : Reduce "if { dealloc ; return ; } if return ;" to "if return ;". Related with bug 2458532
|
2008-12-22 14:42:54 +00:00 |
Nicolas Le Cam
|
1f68dfa57e
|
Refactoring: strdup also exists in MSVS
|
2008-12-21 17:45:05 +00:00 |
Nicolas Le Cam
|
cbf9067de0
|
Minor optimizations and fixes
|
2008-12-21 11:43:05 +00:00 |
Daniel Marjamäki
|
a0cee01d35
|
Memory leak : Updated the multipass checking a little
|
2008-12-20 21:52:40 +00:00 |
Daniel Marjamäki
|
bf37a1153c
|
memory leak : Added experimental functionality for multipass checking of memory leaks. Only added in the unit tests yet.
|
2008-12-20 17:52:15 +00:00 |
Reijo Tomperi
|
e272630604
|
Copyright and app name changed in each file
|
2008-12-19 21:15:06 +00:00 |
Nicolas Le Cam
|
a5fa323a0b
|
Formatting: uniformize end of lines.
|
2008-12-18 21:28:57 +00:00 |
Daniel Marjamäki
|
8d6f77deed
|
Memory leaks : Remove "if break|continue ;" that may otherwise cause false positives
|
2008-12-18 07:20:31 +00:00 |
Daniel Marjamäki
|
ee5e20ed1f
|
memory leak : fixed 2 bugs related to the testcases TestMemleak::if7 and TestMemleak::simple9
|
2008-12-17 19:21:39 +00:00 |
Daniel Marjamäki
|
b145bf3650
|
Memory leak : Fixed issue 2429936 - false positive reported on the break in the code "loop { dealloc ; alloc ; if break ; }"
|
2008-12-16 19:01:15 +00:00 |
Daniel Marjamäki
|
a8661baac5
|
Memory leak : Fixed bug described in issue 2432631. False positive on something like this.. "alloc ; if(!var) alloc;"
|
2008-12-16 17:06:59 +00:00 |
Reijo Tomperi
|
06b8cc48e8
|
Refactoring and fix to previous commits by me, forgot to actually rename the files before ...
|
2008-12-14 22:36:34 +00:00 |