-
```
I have a third-party library that creates Bitmaps (and BitmapDatas) with
negative strides. This is apparently used to indicate that the image is stored
with lines in reverse order in memory.
An…
-
```
I have a third-party library that creates Bitmaps (and BitmapDatas) with
negative strides. This is apparently used to indicate that the image is stored
with lines in reverse order in memory.
An…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
### Description
I've been working with an application which requires multiple GameWindow instances to be opened during runtime. It works well, except for unexpected memory leaks when old GameWindow…
-
Below is snapshot with ./sr_get_items_example
export ASAN_OPTIONS="detect_leaks=0:strict_malloc_check=1:detect_stack_use_after_return=1:detect_stack_use_after_scope=1:detect_odr_violation=0:strict…