diff options
Diffstat (limited to 'src/authutil.c')
-rw-r--r-- | src/authutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authutil.c b/src/authutil.c index 908d4b1..2a98f19 100644 --- a/src/authutil.c +++ b/src/authutil.c @@ -287,7 +287,7 @@ IceFreeAuthFileEntry ( if (auth->network_id) free (auth->network_id); if (auth->auth_name) free (auth->auth_name); if (auth->auth_data) free (auth->auth_data); - free ((char *) auth); + free (auth); } } |