j
k
j a
j l
+ if (!pParameters) { + ERR("(%p) : Called with a NULL pParameters\n", This); + } + + *pParameters = This->createParms;
This is dereferencing a NULL pointer.
Back to the thread
Back to the list