diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/slv2_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 3d18906..6725a67 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -68,6 +68,7 @@ slv2_match_object(SLV2Matches iter) { static inline void slv2_match_end(SLV2Matches iter) { + sord_iter_free(iter); } |