Am Mittwoch, den 13.05.2015, 11:11 -0300 schrieb Felipe Sateler: > AFAICT, csladspa handles the empty case, so that should be ok. But it > would be great if you could try both a valid path (any path will do) > and an empty string.
It does src = strdup(getenv("LADSPA_PATH")); in frontends/csladspa/csladspa.cpp which will inevitably crash if LADSPA_PATH is unset, because in that case getenv() returns NULL instead of a pointer to "". Cheers, Fabian
signature.asc
Description: This is a digitally signed message part