summaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index d311b75..9810633 100644
--- a/common.c
+++ b/common.c
@@ -135,7 +135,7 @@ int sa_stream_destroy(sa_stream_t *s) {
sa_free(s->read_volume);
sa_free(s->write_volume);
- for (u = 0; u < META_NAMES_MAX; u++)
+ for (u = 0; u < _META_NAMES_MAX; u++)
sa_free(s->meta_data[u]);
sa_free(s);