Skip to content
Commit fd3c2c7b authored by Romain Vimont's avatar Romain Vimont Committed by Geoffrey Métais
Browse files

Assert refcount == 0 on finalize



VLCObject manages a refcount to release native resources. If the Java
object is finalized, this is an error if the refcount is not 0
(native resources have not been released as expected).

Signed-off-by: default avatarGeoffrey Métais <geoffrey.metais@gmail.com>
(cherry picked from commit afea771c)
parent bd276180
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment