Code

java plugin: Make sure cjni_thread_detach() is called on all paths.
authorFlorian Forster <octo@google.com>
Thu, 28 Aug 2014 18:41:25 +0000 (20:41 +0200)
committerFlorian Forster <octo@collectd.org>
Fri, 29 Aug 2014 05:02:18 +0000 (07:02 +0200)
commit513a5cafb5c18c375d1f7206adeee7cb5cb6251c
treed73e4adbfc3c5a6e400f00ec97b3fc6011885d29
parentb14c25da066052f9f8001880c8fd57f14539ec5e
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.
src/java.c