summaryrefslogtreecommitdiffstats
path: root/ctok_token.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctok_token.c')
-rw-r--r--ctok_token.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctok_token.c b/ctok_token.c
index a8bd9d97..7e768f37 100644
--- a/ctok_token.c
+++ b/ctok_token.c
@@ -56,7 +56,7 @@ rsRetVal ctok_tokenConstructFinalize(ctok_token_t __attribute__((unused)) *pThis
BEGINobjDestruct(ctok_token) /* be sure to specify the object type also in END and CODESTART macros! */
CODESTARTobjDestruct(ctok_token)
if(pThis->pstrVal != NULL) {
- rsCStrDestruct(pThis->pstrVal);
+ rsCStrDestruct(&pThis->pstrVal);
}
ENDobjDestruct(ctok_token)