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