author | Florian Forster <octo@google.com> | |
Thu, 28 Aug 2014 18:41:25 +0000 (20:41 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 29 Aug 2014 05:02:18 +0000 (07:02 +0200) | ||
commit | 513a5cafb5c18c375d1f7206adeee7cb5cb6251c | |
tree | d73e4adbfc3c5a6e400f00ec97b3fc6011885d29 | tree | snapshot |
parent | b14c25da066052f9f8001880c8fd57f14539ec5e | commit | diff |
java plugin: Make sure cjni_thread_detach() is called on all paths.
Each call to cjni_thread_attach() much be accompanied by
a call to cjni_thread_detach(). Some error handling cases were missing
the call, potentially locking the plugin up.
Each call to cjni_thread_attach() much be accompanied by
a call to cjni_thread_detach(). Some error handling cases were missing
the call, potentially locking the plugin up.
src/java.c | diff | blob | history |