From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBNd9-0000OI-IG for qemu-devel@nongnu.org; Tue, 11 Sep 2012 06:23:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBNd8-0004VQ-G6 for qemu-devel@nongnu.org; Tue, 11 Sep 2012 06:23:43 -0400 Message-ID: <504F1129.8060009@redhat.com> Date: Tue, 11 Sep 2012 12:23:37 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1346851582-9296-1-git-send-email-riegamaths@gmail.com> In-Reply-To: <1346851582-9296-1-git-send-email-riegamaths@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block: Don't forget to delete temporary file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: riegamaths@gmail.com Cc: qemu-trivial , qemu-devel Am 05.09.2012 15:26, schrieb riegamaths@gmail.com: > From: Dunrong Huang > > The caller would not delete temporary file after failed get_tmp_filename(). > > Signed-off-by: Dunrong Huang Thanks, applied to the block branch. Kevin