From 59601f4e1cf94c0062e6e3d343822142ec5ffecb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 4 Dec 2015 18:48:51 -0500 Subject: Do not instantiate plugin when data fails to parse --- src/lilv_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lilv_internal.h') diff --git a/src/lilv_internal.h b/src/lilv_internal.h index bdb88ed..5fc37fa 100644 --- a/src/lilv_internal.h +++ b/src/lilv_internal.h @@ -127,6 +127,7 @@ struct LilvPluginImpl { LilvPort** ports; uint32_t num_ports; bool loaded; + bool parse_errors; bool replaced; }; -- cgit v1.2.1