summaryrefslogtreecommitdiff
path: root/wilink_6_1/stad/src/Ctrl_Interface/DrvMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'wilink_6_1/stad/src/Ctrl_Interface/DrvMain.c')
-rw-r--r--wilink_6_1/stad/src/Ctrl_Interface/DrvMain.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/wilink_6_1/stad/src/Ctrl_Interface/DrvMain.c b/wilink_6_1/stad/src/Ctrl_Interface/DrvMain.c
index 4bc70b9..eff2e5b 100644
--- a/wilink_6_1/stad/src/Ctrl_Interface/DrvMain.c
+++ b/wilink_6_1/stad/src/Ctrl_Interface/DrvMain.c
@@ -658,6 +658,11 @@ TI_STATUS drvMain_Destroy (TI_HANDLE hDrvMain)
scr_release (pDrvMain->tStadHandles.hSCR);
}
+ if (pDrvMain->tStadHandles.hTxnQ != NULL)
+ {
+ txnQ_Destroy (pDrvMain->tStadHandles.hTxnQ);
+ }
+
if (pDrvMain->tStadHandles.hEvHandler != NULL)
{
EvHandlerUnload (pDrvMain->tStadHandles.hEvHandler);