Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
lvm2-clvm.14215
bug-1164718_13-bcache-Fix-memory-leak.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug-1164718_13-bcache-Fix-memory-leak.patch of Package lvm2-clvm.14215
From b79f1e176f013167ca9798efb55eaf048d64e042 Mon Sep 17 00:00:00 2001 From: Marian Csontos <mcsontos@redhat.com> Date: Thu, 4 Apr 2019 10:18:07 +0200 Subject: [PATCH] bcache: Fix memory leak --- lib/device/bcache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/device/bcache.c b/lib/device/bcache.c index 7384a3290..f64931fd7 100644 --- a/lib/device/bcache.c +++ b/lib/device/bcache.c @@ -411,6 +411,7 @@ static bool _sync_issue(struct io_engine *ioe, enum dir d, int fd, (unsigned long long)offset, (unsigned long long)nbytes, (unsigned long long)_last_byte_offset); + free(io); return false; } -- 2.24.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor