Implemented special processing required to handle # in prefs.js,

write out prefs file with #, fixed memory leak bug 10629
This commit is contained in:
neeti%netscape.com 1999-08-26 12:54:52 +00:00
Родитель cffa6a515e
Коммит 95201a81c8
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -51,7 +51,7 @@
#include "windows.h"
#endif /* _WIN32 */
#define PREFS_HEADER_LINE_1 "// Mozilla User Preferences"
#define PREFS_HEADER_LINE_1 "# Mozilla User Preferences"
#define PREFS_HEADER_LINE_2 "// This is a generated file!"
#include "prefapi_private_data.h"
@ -1275,6 +1275,7 @@ extern "C" JSBool pref_InitInitialObjects()
NS_RELEASE(specialChild2);
}
done:
NS_RELEASE(i);
NS_RELEASE(specialChild);
return JS_TRUE;
}