mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-25 01:00:00 +01:00
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:
@@ -195,6 +195,7 @@ static void PrintPacketFreeList(void) {
|
||||
void OSCFreeReceiver(void)
|
||||
{
|
||||
if( freePackets) free(freePackets);
|
||||
if( globals.TheQueue ) free( globals.TheQueue );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user