mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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=crowder
This commit is contained in:
parent
6f98e0c3df
commit
66ade3257d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user