mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 451187 JS causes a crash in nspr [@ Bfree ]
freedtoa should be marked as static as the data type returned by these implementations does not need to be freed with it r=wtc
This commit is contained in:
parent
a8e8a11486
commit
4da98dbfa3
@ -2673,7 +2673,7 @@ nrv_alloc(char *s, char **rve, int n)
|
|||||||
* when MULTIPLE_THREADS is not defined.
|
* when MULTIPLE_THREADS is not defined.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
static void
|
||||||
#ifdef KR_headers
|
#ifdef KR_headers
|
||||||
freedtoa(s) char *s;
|
freedtoa(s) char *s;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user