D1104: Possible Leak
The factory [factory] was released but the interface [interface] created from it is still alive. While it is valid to release resources after releasing the factory, this condition could be indicative of a memory leak.
Placeholders
-
factory
-
The address of the factory that was released.
-
interface
-
The address of the interface that was created on the factory.
Error Level | Information |
Possible Causes
The factory was released but the interface created from it is still alive.