From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E26EE7717F for ; Fri, 13 Dec 2024 11:31:23 +0000 (UTC) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BFE53402BB; Fri, 13 Dec 2024 12:31:22 +0100 (CET) Received: from smtp.eurecom.fr (smtp.eurecom.fr [193.55.113.210]) by mails.dpdk.org (Postfix) with ESMTP id 274EC40269 for ; Fri, 13 Dec 2024 12:31:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=eurecom.fr; i=@eurecom.fr; q=dns/txt; s=default; t=1734089482; x=1765625482; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=as08NK3X1wUJ+JVti3FZT7YPwmTPsa/yKbZGUPjdmac=; b=qs4rhZY2v5dvllhjwL/ga0a2fTWP5sQFOcF8r3Q8UtlYb5pZUSokSRsl S0JYY9S3AeaP2+DwafTCM1deRobueGHN5F+5wwrW6/LVUc16Blg+n3j+o VvztZRoWAcDcmrxSYO1U8ZmI15Qrue3O0pBkv+jb34jEuCt1zIUuKZBpH I=; X-CSE-ConnectionGUID: foW5OPIoTp+mYfu1HCe4HA== X-CSE-MsgGUID: 5ddOYdv3RKqkK0ZByHgukw== X-IronPort-AV: E=Sophos;i="6.12,231,1728943200"; d="scan'208";a="28171797" Received: from waha.eurecom.fr (HELO smtps.eurecom.fr) ([10.3.2.236]) by drago1i.eurecom.fr with ESMTP; 13 Dec 2024 12:31:21 +0100 Received: from localhost.localdomain (88-183-119-157.subs.proxad.net [88.183.119.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtps.eurecom.fr (Postfix) with ESMTPSA id 7BB2F2B2F; Fri, 13 Dec 2024 12:31:21 +0100 (CET) From: Ariel Otilibili To: dev@dpdk.org Cc: Thomas Monjalon , David Marchand , Cristian Dumitrescu , Ariel Otilibili Subject: [PATCH 0/1] app/test: remove useless calls to rte_bitmap_free Date: Fri, 13 Dec 2024 12:29:59 +0100 Message-ID: <20241213113059.59320-1-otilibil@eurecom.fr> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Hello, This patch fixes the Coverity IDs 357712 & 357737. Afterwards the application compiles without warnings. Thank you, Ariel Otilibili (1): app/test: remove useless calls to rte_bitmap_free app/test/test_bitmap.c | 2 -- 1 file changed, 2 deletions(-) -- 2.47.1