Perform factor reduction as a modular step
[lttv.git] / lttv / lttv / sync / event_processing_text.c
index 3d65bf54d64a64231ef4907b61f138e89d621e89..bcbea9b2565a24e73b044318dfc6aae352d1d144 100644 (file)
@@ -120,7 +120,7 @@ static void destroyProcessingText(SyncState* const syncState)
 
        if (syncState->stats && processingData->factors)
        {
-               freeAllFactors(processingData->factors);
+               freeAllFactors(processingData->factors, syncState->traceNb);
        }
 
        free(syncState->processingData);
This page took 0.022446 seconds and 4 git commands to generate.