Benoit Fouet wrote : > Hi Ronald, > > Ronald S. Bultje wrote : > >> [...] >> >> + int auth_len = strlen(auth), b64_len = ((auth_len + 2) / 3) * 4 + 1; >> + >> + if (!(rt->auth_b64 = av_malloc(b64_len))) >> >> > > this is never freed > > in case of error Ben