-
```
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…
-
```
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…
-
When I click on a tv episode to search for streams, an error occurs... I've tried reinstalling, cleaning the library (though it happens when just in the addon itself), rebooting, clearing data, memory…
-
```
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…
-
I get an error when I use the context menu option for this addon.
This is the kodi.log explanation of the error:
> 2020-12-25 21:49:46.564 T:3287282560 ERROR: EXCEPTION Thrown (PythonToCppExcept…
-
```
What steps will reproduce the problem?
Open Chrome with Google Cast extension installed.
Observe: Data leaks out over HTTP. Screenshot: https://twitter.com/ericlaw/status/649439380625469440
…
-
```
In case when collection has string or variant element data type, memory leaks
occurs if collections is used as parameter in Parallel.ForEach.
Example to reproduce error:
var
oct : IOmniBlockin…
-
In an attempt to avoid connection leaks and optimize connection reuse, I stored the result of MongoDBConnect inside the APPLICATION scope using a singleton pattern. This worked fine (in development, h…
-
```
In case when collection has string or variant element data type, memory leaks
occurs if collections is used as parameter in Parallel.ForEach.
Example to reproduce error:
var
oct : IOmniBlockin…