diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/toxic/configdir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/toxic/configdir.c b/testing/toxic/configdir.c index d91d0804..6cbb06bc 100644 --- a/testing/toxic/configdir.c +++ b/testing/toxic/configdir.c | |||
@@ -129,8 +129,8 @@ int create_user_config_dir(char *path) | |||
129 | free(fullpath); | 129 | free(fullpath); |
130 | return -1; | 130 | return -1; |
131 | } | 131 | } |
132 | 132 | ||
133 | #endif | 133 | #endif |
134 | 134 | free(fullpath); | |
135 | return 0; | 135 | return 0; |
136 | } | 136 | } |