Commit 6f449e84 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* backport [19099]

Fixed es_format_Clean (when called multiple times with the same es_format).
parent 1829bf2e
...@@ -289,6 +289,8 @@ static inline void es_format_Clean( es_format_t *fmt ) ...@@ -289,6 +289,8 @@ static inline void es_format_Clean( es_format_t *fmt )
} }
free(fmt->p_extra_languages); free(fmt->p_extra_languages);
} }
fmt->i_extra_languages = 0;
fmt->p_extra_languages = NULL;
} }
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment