Files
ardour/libs
Nikolaus Gullotta 810b2fb78d Prevent double free of global observers
We accomplish this by explicitly setting the global_obs to NULL after
free'ing it. The crash that led to this fix can be replicated as such

$ sendosc localhost 3819 /set_surface i 8 i 159 i 8
$ sendosc localhost 3819 /set_surface i 0 i 0 i 0
$ sendosc localhost 3819 /set_surface i 0 i 0 i 0

In this example the observer is created, then free'd, and then free'd
*again* because the new observer was never made (sur->feedback[x]
checks fail)
2020-03-09 13:02:38 -05:00
..
2020-03-02 17:58:03 +01:00
2020-03-06 05:52:55 +01:00
2020-02-24 23:01:15 +01:00
2020-01-27 17:43:37 +01:00
2020-03-02 17:58:03 +01:00
2020-01-27 17:43:37 +01:00
2020-01-25 04:07:41 +01:00
2020-03-09 18:33:11 +01:00
2020-01-22 02:00:25 +01:00
2020-01-14 00:52:24 +01:00
2019-09-03 05:01:59 +02:00
2020-01-14 00:52:24 +01:00
2020-01-22 02:00:25 +01:00