diff options
Diffstat (limited to 'AuDispose.c')
-rw-r--r-- | AuDispose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AuDispose.c b/AuDispose.c index b24d21c..791232a 100644 --- a/AuDispose.c +++ b/AuDispose.c @@ -45,7 +45,7 @@ XauDisposeAuth (Xauth *auth) #endif (void) free (auth->data); } - free ((char *) auth); + free (auth); } return; } |