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=crowder
This commit is contained in:
timeless@mozdev.org 2010-01-13 21:21:52 +01:00
Родитель 4da98dbfa3
Коммит e02a1a7e0d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2588,7 +2588,7 @@ nrv_alloc(CONST char *s, char **rve, int n)
* when MULTIPLE_THREADS is not defined.
*/
void
static void
#ifdef KR_headers
freedtoa(s) char *s;
#else