This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

reent fix


Hello. Here is one more small reent fix for vfprintf.


-- Best Regards, Artem B. Bityuckiy, St.-Petersburg, Russia.
Index: vfprintf.c
===================================================================
RCS file: /cvs/src/src/newlib/libc/stdio/vfprintf.c,v
retrieving revision 1.33
diff -r1.33 vfprintf.c
1204c1204
< 			free (malloc_buf);
---
> 			_free_r (data, malloc_buf);
1212c1212
< 		free (malloc_buf);
---
> 		_free_r (data, malloc_buf);

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]