Skip to content

Commit

Permalink
Free the packet after the data has been processed.
Browse files Browse the repository at this point in the history
  • Loading branch information
wereHamster committed Oct 8, 2007
1 parent c1aa027 commit 8b7fb48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/filter/main.c
Expand Up @@ -86,6 +86,8 @@ int main(int argc, char *argv[])
wavWriteData(1, packet);
}
}

seomPacketDestroy(packet);
}

close(fd);
Expand Down

0 comments on commit 8b7fb48

Please sign in to comment.