+    if (!pParameters) {
+        ERR("(%p) : Called with a NULL pParameters\n", This);
+    }
+
+    *pParameters = This->createParms;
This is dereferencing a NULL pointer.


Reply via email to