diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-02-18 10:04:57 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-02-18 10:04:57 +0100 |
commit | b0f93f3e71521baf203cc3f0246387301ac3d3d0 (patch) | |
tree | 4b2f9550bd5de215b35ca72d42e0117bc44fe331 | |
parent | e2f469421272a40f48efa87f474295e3abfc41ed (diff) | |
download | props.lv2-master.tar.xz |
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | props.h | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1 +1 @@ -0.1.163 +0.1.165 @@ -1088,6 +1088,9 @@ props_save(props_t *props, LV2_State_Store_Function store, if(impl->access == props->urid.patch_readable) continue; // skip read-only, as it makes no sense to restore them + // always clear memory + memset(body, 0x0, props->max_size); + _props_impl_spin_lock(impl, PROP_STATE_NONE, PROP_STATE_LOCK); // create temporary copy of value, store() may well be blocking |