summaryrefslogtreecommitdiffstats
path: root/runtime/nssel.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/nssel.c')
-rw-r--r--runtime/nssel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/nssel.c b/runtime/nssel.c
index c4f6691e..7cb63e98 100644
--- a/runtime/nssel.c
+++ b/runtime/nssel.c
@@ -89,6 +89,8 @@ ENDobjConstruct(nssel)
/* destructor for the nssel object */
BEGINobjDestruct(nssel) /* be sure to specify the object type also in END and CODESTART macros! */
CODESTARTobjDestruct(nssel)
+ if(pThis->pDrvrData != NULL)
+ pThis->Drvr.Destruct(&pThis->pDrvrData);
ENDobjDestruct(nssel)