JNI-160: synchronized close() method

JNI-160
heck 2 years ago
parent 9d7efca8a5
commit aff9fa861f

@ -68,7 +68,7 @@ tstylesheet {
instanceCount++;
}
public final void close() {
public synchronized final void close() {
if(handle != 0) {
release(handle);
handle = 0;

Loading…
Cancel
Save