{"id":3429,"url":"https://patchwork.libcamera.org/api/1.1/covers/3429/?format=json","web_url":"https://patchwork.libcamera.org/cover/3429/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20200413104631.12276-1-email@uajain.com>","date":"2020-04-13T10:46:34","name":"[libcamera-devel,0/4] Fix resource leaks pointed out by coverity scans","submitter":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/people/1/?format=json","name":"Umang Jain","email":"email@uajain.com"},"mbox":"https://patchwork.libcamera.org/cover/3429/mbox/","series":[{"id":803,"url":"https://patchwork.libcamera.org/api/1.1/series/803/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=803","date":"2020-04-13T10:46:34","name":"Fix resource leaks pointed out by coverity scans","version":1,"mbox":"https://patchwork.libcamera.org/series/803/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/3429/comments/","headers":{"Return-Path":"<bounces+15657259-5c31-libcamera-devel=lists.libcamera.org@em7280.uajain.com>","Received":["from o1.f.az.sendgrid.net (o1.f.az.sendgrid.net [208.117.55.132])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 011AB6279B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 13 Apr 2020 12:46:36 +0200 (CEST)","by filterdrecv-p3las1-cb48d7cc9-lbslb with SMTP id\n\tfilterdrecv-p3las1-cb48d7cc9-lbslb-16-5E94430A-2\n\t2020-04-13 10:46:34.752037 +0000 UTC m=+1589948.423956027","from mail.uajain.com (unknown)\n\tby ismtpd0004p1maa1.sendgrid.net (SG) with ESMTP\n\tid lATE2z-zSOGj53UMsr0CtQ Mon, 13 Apr 2020 10:46:34.412 +0000 (UTC)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=uajain.com\n\theader.i=@uajain.com header.b=\"GfMjRMYd\"; \n\tdkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=uajain.com;\n\th=from:subject:mime-version:to:cc:content-transfer-encoding:\n\tcontent-type;\n\ts=s1; bh=M4byYbVjLfIQfIDhqPmMTJZ7QEe0IHTu6bhXdCLGeQQ=;\n\tb=GfMjRMYdd8xaVYODULw4GLxTb+IgCcyrJSi5pTlre/XtjNEbh03ZyH4/d+NqO25GPT9D\n\tWMDaaYX4yzBrlxIcZpOQ7lfrFmhqQxnqqDuKK4pzdG/t7b6be/jarAESgNFUkQXr2QGVDu\n\tel5UxN00zetdgiJAinru+wpqKpRxrPihs=","From":"Umang Jain <email@uajain.com>","Date":"Mon, 13 Apr 2020 10:46:34 +0000 (UTC)","Message-Id":"<20200413104631.12276-1-email@uajain.com>","Mime-Version":"1.0","X-SG-EID":"1Q40EQ7YGir8a9gjSIAdTjhngY657NMk9ckeo4dbHZDiOpywc/L3L9rFqlwE4KPc1jYMYoB2JcJvIPCLN/wEG7AkyGutkoDYI5JLwTKU3ts86bHpoq1LWat4ktvl2WDdubEKQSQGXhssKeH1LUUqO6SGdEzGuTd6++/zQ1zPDy5ztxYuNAqaTKs6yYSVWXQUTQ/JONZLFKeFG8P27y78XwhMpOTvDzzL4FQvJbV1B0X6skG3X6o2hHviuv01S4iU3WPwYn5aJcBBvUnH8IdkyA==","To":"libcamera-devel@lists.libcamera.org","Content-Transfer-Encoding":"7bit","Content-Type":"text/plain; charset=us-ascii","Subject":"[libcamera-devel] [PATCH 0/4] Fix resource leaks pointed out by\n\tcoverity scans","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Mon, 13 Apr 2020 10:46:38 -0000"},"content":"Hi all,\n\nSending in my first patch set for code-review. These are few trivial\nfixes pointed out by the coverity scans on Friday.\n\nAlso, I have never sent patches to a mailing list. Let me know\nif I am doing something wrong here.\n\nThanks.\n\nUmang Jain (4):\n  test: ipc: unixsocket: Close open fds on error paths\n  test: ipc: unixsocket: Close open fds on error paths\n  test: log: log_api: Close open fds on error paths\n  test: log: log_process: Close open fds on error paths\n\n test/ipc/unixsocket.cpp  | 6 +++++-\n test/log/log_api.cpp     | 1 +\n test/log/log_process.cpp | 1 +\n 3 files changed, 7 insertions(+), 1 deletion(-)"}