]> git.ipfire.org Git - thirdparty/shairport-sync.git/commit
Use pthread_rwlock_wrlock instead of the incorrect use of pthread_rdlock_wrlock when...
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 31 Oct 2023 09:01:24 +0000 (09:01 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 31 Oct 2023 09:01:24 +0000 (09:01 +0000)
commit5f9a88fb74604fad410b9fbecd3be3f85b51c834
tree27e3ee8206ea31289c2d1ec4b0b40c73ae36489a
parentd8c741e3916f4e6aa3b4d4bfbc60ffcf3681236b
Use pthread_rwlock_wrlock instead of the incorrect use of pthread_rdlock_wrlock when tearing down a connection.
rtsp.c