Commit ccf3ec55 authored by Laurent Aimar's avatar Laurent Aimar

Fixed es_format_Clean (when called multiple times with the same es_format).

parent d0f70cdc
......@@ -294,5 +294,7 @@ static inline void es_format_Clean( es_format_t *fmt )
}
free(fmt->p_extra_languages);
}
fmt->i_extra_languages = 0;
fmt->p_extra_languages = NULL;
}
#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