Package: libssc / 0.3.0-1

Metadata

Package Version Patches format
libssc 0.3.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
client Remove superfluous casts.patch | (download)

src/libssc-client.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 client: remove superfluous casts
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Would be good to give callbacks the correct signature to avoid
hard to find problems but let's at least drop the ones that are
correct already and don't need a cast.

Signed-off-by: Guido Gnther <agx@sigxcpu.org>

client Don t leak context.patch | (download)

src/libssc-client.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 client: don't leak context
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Guido Gnther <agx@sigxcpu.org>

client Close QMI client.patch | (download)

src/libssc-client.c | 13 12 + 1 - 0 !
1 file changed, 12 insertions(+), 1 deletion(-)

 client: close qmi client
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

We open it, so we should close it.

Signed-off-by: Guido Gnther <agx@sigxcpu.org>

client Don t leak bus.patch | (download)

src/libssc-client.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 client: don't leak bus
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Guido Gnther <agx@sigxcpu.org>