This closes #2440
This commit is contained in:
commit
7c1508e7c4
|
@ -231,7 +231,7 @@ jint JNI_OnLoad(JavaVM* vm, void* reserved) {
|
|||
}
|
||||
}
|
||||
|
||||
inline void closeDumbHandlers() {
|
||||
static inline void closeDumbHandlers() {
|
||||
if (dumbWriteHandler != 0) {
|
||||
#ifdef DEBUG
|
||||
fprintf (stdout, "Closing and removing dump handler %s\n", dumbPath);
|
||||
|
|
Loading…
Reference in New Issue