]> git.ipfire.org Git - thirdparty/collectd.git/commit
Fix a small error due to the unreleased lock 3903/head
authorjenny <84835889+jenny-cheung@users.noreply.github.com>
Mon, 23 Aug 2021 09:22:43 +0000 (17:22 +0800)
committerGitHub <noreply@github.com>
Mon, 23 Aug 2021 09:22:43 +0000 (17:22 +0800)
commita1663fc425fba066ea8635069715288d5fa8678e
tree95713453e69f2be13846e6687b0d220488c04104
parent1da3305c10c8ff9a63081284cf3d4bb0f6daffd8
Fix a small error due to the unreleased lock

Fix a small error due to the unreleased lock by add pthread_mutex_unlock(&perl_threads->mutex) before program exit.
src/perl.c