Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mx_util: Fix mx_strvec_length cache bug
When freeing old strvec and allocation new strvec the cache entry is not cleared. Fix: reset cache entry for new strvecs if the new strvec is currently cached. Reported-by: Donald Buczek <buczek@molgen.mpg.de>
- Loading branch information