X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=88599c3fa297337b6a3f598b31f92d6e6b4b0993;hp=a5a774376b37c50eba92a76a02b1389bd6df67f4;hb=8af63afe0ce633fd488f0669614e2d08680f90bc;hpb=c75c35b176cdacf157d27617e954961c88f33975 diff --git a/audiod.c b/audiod.c index a5a77437..88599c3f 100644 --- a/audiod.c +++ b/audiod.c @@ -801,7 +801,7 @@ static int parse_stream_command(const char *txt, const char **cmd) return -E_MISSING_COLON; *cmd = p + 1; len = p - txt; - re = malloc(len + 1); + re = para_malloc(len + 1); strncpy(re, txt, len); re[len] = '\0'; ret = get_matching_audio_format_nums(re);