Modules/IPStack - Free outgoing buffer once sent
authorJohn Hodge <[email protected]>
Mon, 18 Nov 2013 06:42:21 +0000 (14:42 +0800)
committerJohn Hodge <[email protected]>
Mon, 18 Nov 2013 06:42:21 +0000 (14:42 +0800)
KernelLand/Modules/IPStack/adapters.c

index e121eca..d6185b4 100644 (file)
@@ -264,6 +264,8 @@ void Adapter_SendPacket(tAdapter *Handle, tIPStackBuffer *Buffer)
        {
                Handle->Type->SendPacket( Handle->CardHandle, Buffer );
        }
+       
+       IPStack_Buffer_DestroyBuffer(Buffer);
 }
 
 // --- Helpers ---

UCC git Repository :: git.ucc.asn.au