From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 84A1647534 for ; Mon, 11 Sep 2023 09:58:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1432568C916; Mon, 11 Sep 2023 12:58:20 +0300 (EEST) Received: from mail-ua1-f46.google.com (mail-ua1-f46.google.com [209.85.222.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C166768C7BA for ; Mon, 11 Sep 2023 12:58:13 +0300 (EEST) Received: by mail-ua1-f46.google.com with SMTP id a1e0cc1a2514c-7a754db0fbcso1357754241.2 for ; Mon, 11 Sep 2023 02:58:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1694426292; x=1695031092; darn=ffmpeg.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=Ixv1Qxy6PPidqhxPB6HRINjPz8hdE/0DB/ThOlVe9mU=; b=XekKFAmxkaVTUnRmeRLcEJH3tTiAidlLxBfv+IVFcmM3IztEjel3f86jJKT4s3v78N Cr/ubYBgg+0XQ68B/Opzir6KUjWr5ete1fPhsVNwossx3JbWADpJxJ4MGuflHKuPcEHd Y1VfJ5/7wT3unkTeI7jNb0KFpXpD8YhHARuKzz0eBnKzUIe/4tKtpyBDjZIjC/kXy72g 1j5D6G2U1PxiQVdiAmiuX4TsntyNjg8sxLeVxl1MDSujbrgIeYw3uHtRebG26wL9hgB3 h7ofoYV7geYUa9PGvllsh21awPlPoLY0vJbww6ypmKmpdFzDKZZ0kLumLHkb07DT5nIm eI4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694426292; x=1695031092; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Ixv1Qxy6PPidqhxPB6HRINjPz8hdE/0DB/ThOlVe9mU=; b=hw4qMFQs+m0AhBdN9zkfHyjjO1H6z30tE1jvu+RsmL/qYkB0NQAgF7Oc4bwTUTnAyl cUOezjCfls7xHJUNIHCBthbsLBGp2FP0eVorJUCalEBakvRfOP+hYu3gfEdmBjTIrGwt 5nPq8cSZW8j8SC8l0lq1oNI0kdNnBWQOkNxQoRnk9iWefPialkgRZOH7ncGePqI+wof7 Pe+YICoDcYMs2JKka83IYOPvPshw5N3K1NkBgWk2kIBGaVxvZTsrixKZp53MPy5jd5VC N/b/9RGY566QDpaQPKDMOCgK91gIHih41U+09FhXMGVOq3G0t8D7/xX/MfPgt1itQo9t WUtA== X-Gm-Message-State: AOJu0YyjYQvLps2vU+wA/YDzkbyZqsIu51gxCSALmZbjPrZoI6B7R//r ofCenX1Ucg7UPHsfSPB1FT39CKOHaVmzHECSGs+yse0PHFw= X-Google-Smtp-Source: AGHT+IF4BkBLl/RdeBDzJpaKvP16FVwMqWJ/golBNtRXeSGO+CRpSe5Ci2rj/xkSr0Gz7doCpDhTqHv9/MUXuyn81Ag= X-Received: by 2002:a67:f949:0:b0:44d:5298:5bfa with SMTP id u9-20020a67f949000000b0044d52985bfamr6582516vsq.2.1694426292202; Mon, 11 Sep 2023 02:58:12 -0700 (PDT) MIME-Version: 1.0 References: <20230514213741.34312-1-toots@rastageeks.org> <20230514213741.34312-2-toots@rastageeks.org> In-Reply-To: From: Paul B Mahol Date: Mon, 11 Sep 2023 12:05:36 +0200 Message-ID: To: FFmpeg development discussions and patches , toots@rastageeks.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v3 2/2] libavformat/oggparseopus: Clear existing stream metadata before parsing potentially new one. Fixes: #10363 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Is this real leak as reported by valgrind or similar? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".