Skip to content
Commit afea771c 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>
parent f5087074
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