diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/PJ_igh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_igh.c b/src/PJ_igh.c index 87efd6e7..7e1adf68 100644 --- a/src/PJ_igh.c +++ b/src/PJ_igh.c @@ -139,7 +139,7 @@ static void *freeup_new (PJ *P) { /* Destructor */ for (i = 0; i < 12; ++i) { if (P->opaque->pj[i]) - pj_dealloc(P->opaque->pj[i]); + P->opaque->pj[i]->pfree(P->opaque->pj[i]); } pj_dealloc (P->opaque); |
