diff options
author | Simon Levermann <simon@levermaenner.de> | 2013-08-08 16:36:16 +0200 |
---|---|---|
committer | Simon Levermann <simon@levermaenner.de> | 2013-08-08 16:36:16 +0200 |
commit | b5f5b1a111d9e08b2b001b5d4d76629019462f39 (patch) | |
tree | 5f9718d83923b7e6d9330c5d99bd153d97a5774c /testing/toxic/configdir.h | |
parent | 97e178db3aa9485ab49c646071305164cb5a7681 (diff) |
Cleanup and Error fixes
Add several frees that were missing to prevent memory leaks
Replace strcpy with strdup where appropriate
Replace _stat with __stat64 for building on Windows
Diffstat (limited to 'testing/toxic/configdir.h')
-rw-r--r-- | testing/toxic/configdir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/configdir.h b/testing/toxic/configdir.h index d9837d77..fad949cf 100644 --- a/testing/toxic/configdir.h +++ b/testing/toxic/configdir.h | |||
@@ -30,4 +30,4 @@ | |||
30 | 30 | ||
31 | char *get_user_config_dir(void); | 31 | char *get_user_config_dir(void); |
32 | 32 | ||
33 | int create_user_config_dir(char *path); \ No newline at end of file | 33 | int create_user_config_dir(char *path); |