Changeset 27689 in webkit for trunk/JavaScriptCore/pcre/pcre_maketables.cpp
- Timestamp:
- Nov 11, 2007, 11:24:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_maketables.cpp
r27686 r27689 59 59 int i; 60 60 61 yield = (unsigned char*)malloc(tables_length);61 yield = new unsigned char[tables_length]; 62 62 63 63 if (yield == NULL) return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.