j
k
j a
j l
Nikolay Sivov (@nsivov) commented about dlls/vbscript/vbregexp.c:
TRACE("(%p)->(%p)\n", This, add); if(!This->size) { This->matches = malloc(8*sizeof(IMatch*)); This->matches = malloc(8 * sizeof(IMatch2*));
TRACE("(%p)->(%p)\n", This, add); if(!This->size) {
This->matches = malloc(8*sizeof(IMatch*));
This->matches = malloc(8 * sizeof(IMatch2*));
Or sizeof(*This->matches).
Back to the thread
Back to the list