| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/databases/jlog/files/ |
Upload File : |
--- jlog_io.c.orig 2015-08-14 14:37:55.150718000 -0700
+++ jlog_io.c 2015-08-14 14:38:46.803672000 -0700
@@ -129,6 +129,7 @@
assert(jlog_hash_delete(&jlog_files, (void *)&f->id, sizeof(jlog_file_id),
NULL, NULL));
while (close(f->fd) == -1 && errno == EINTR) ;
+ pthread_mutex_destroy(&(f->lock));
free(f);
}
pthread_mutex_unlock(&jlog_files_lock);