str_format_meta(): fix HUGE memory leak & segfault.
realloc() can change the pointer initialised with malloc() if memory is low !
Showing
This diff is collapsed.
Please register or sign in to comment
realloc() can change the pointer initialised with malloc() if memory is low !