On 10.08.2014 19:36, Tristan Matthews wrote: > + vlc_array_destroy( &p_jar->cookies ); > ...this doesn't look right. I think you just want vlc_array_clear > since p_jar->cookies was not created with vlc_array_new(). > You are right. I'll post a corrected patch. Antti