# HG changeset patch # User ib # Date 1355322076 0 # Node ID 7299649d578f82abb80fbdc6fcebc1f156538ffd # Parent 677e09255a1c4d0b599c0b59266221984e4b558d Remove erroneous free(). The address operator is wrong and the memory actually meant to be freed has already been freed by ifoFree_PGC() anyway. diff -r 677e09255a1c -r 7299649d578f ifo_read.c --- a/ifo_read.c Sun Dec 09 22:03:38 2012 +0000 +++ b/ifo_read.c Wed Dec 12 14:21:16 2012 +0000 @@ -1932,7 +1932,6 @@ for(i = 0; i < (*pgcit)->nr_of_pgci_srp; i++) { ifoFree_PGC(&(*pgcit)->pgci_srp[i].pgc); - free(&(*pgcit)->pgci_srp[i].pgc); } free((*pgcit)->pgci_srp); free(*pgcit);