Index: trunk/ippTools/src/chiptool.c
===================================================================
--- trunk/ippTools/src/chiptool.c	(revision 9392)
+++ trunk/ippTools/src/chiptool.c	(revision 9539)
@@ -113,5 +113,5 @@
                 if (strcmp(rawFrame->exposure->exp_tag,
                            pendingFrame->exposure->exp_tag) == 0) {
-                    psArrayRemove(rawFrames, rawFrame);
+                    psArrayRemoveData(rawFrames, rawFrame);
                     // dec the counter as the array just got shorter
                     // and we don't want to skip elemnts
@@ -132,5 +132,5 @@
                     if (strcmp(rawFrame->exposure->exp_tag,
                                doneFrame->exposure->exp_tag) == 0) {
-                        psArrayRemove(rawFrames, rawFrame);
+                        psArrayRemoveData(rawFrames, rawFrame);
                         // dec the counter as the array just got shorter
                         // and we don't want to skip elemnts
