Free python_str_or_unicode_to_string results

This commit is contained in:
James Booth
2016-07-25 00:41:34 +01:00
parent 923256b8bb
commit 8f9f018d5a
6 changed files with 28 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ int (*prof_cons_show_themed)(const char *const group, const char *const item, co
int (*prof_cons_bad_cmd_usage)(const char *const cmd) = NULL;
void (*_prof_register_command)(const char *filename, const char *command_name, int min_args, int max_args,
const char **synopsis, const char *description, const char *arguments[][2], const char **examples,
char **synopsis, const char *description, char *arguments[][2], char **examples,
void(*callback)(char **args)) = NULL;
void (*_prof_register_timed)(const char *filename, void(*callback)(void), int interval_seconds) = NULL;