Index: trunk/ippTools/src/p2insertPendingFrames.c
===================================================================
--- trunk/ippTools/src/p2insertPendingFrames.c	(revision 6131)
+++ trunk/ippTools/src/p2insertPendingFrames.c	(revision 6133)
@@ -7,4 +7,6 @@
 //      this is useful since the table must be locked the whole time, to get the versions
 bool p2insertPendingFrames(p2Config *config, psArray *rawFrames) {
+    PS_ASSERT_PTR_NON_NULL(config, false);
+    PS_ASSERT_PTR_NON_NULL(rawFrames, false);
 
     psMetadata *where = psMetadataAlloc();
