fixed possible segmentation faults, fixed unfreed memory, ...

git-svn-id: svn://code.dyne.org/veejay/trunk@482 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2005-11-16 10:53:29 +00:00
parent 61d2f3c88d
commit cd2f5be0e5
16 changed files with 189 additions and 89 deletions

View File

@@ -195,6 +195,7 @@ static void PrintPacketFreeList(void) {
void OSCFreeReceiver(void)
{
if( freePackets) free(freePackets);
if( globals.TheQueue ) free( globals.TheQueue );
}