ports/science/pulseview/files
Andriy Gapon d0cf6f3444 science/pulseview: fix crash on startup when libcxx has asserts enabled
The program's code unlocks a mutex that it never locked.
When libcxx is built with debug (e.g., on stable branches) there is a
crash on an assert that pthread_mutex_unlock succeeds.

This change adds a patch for the problem.

PR:		282727
Approved by:	uzsolt
2025-02-21 08:06:49 +02:00
..
patch-CMakeLists.txt
patch-pv_data_decodesignal.cpp
patch-pv_util.cpp