]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- forgotten patch
authorAdam Osuchowski <adwol@pld-linux.org>
Fri, 6 Nov 2015 16:17:39 +0000 (17:17 +0100)
committerAdam Osuchowski <adwol@pld-linux.org>
Fri, 6 Nov 2015 16:17:39 +0000 (17:17 +0100)
poldek-assert-sigint.patch [new file with mode: 0644]

diff --git a/poldek-assert-sigint.patch b/poldek-assert-sigint.patch
new file mode 100644 (file)
index 0000000..a12fb2b
--- /dev/null
@@ -0,0 +1,15 @@
+diff -ruNp poldek-0.30.1.orig/install3/preinstall.c poldek-0.30.1/install3/preinstall.c
+--- poldek-0.30.1.orig/install3/preinstall.c   2014-03-25 23:32:25.000000000 +0100
++++ poldek-0.30.1/install3/preinstall.c        2015-10-21 21:53:10.190934930 +0200
+@@ -199,8 +199,10 @@ int i3_pre_ts_install(struct poldek_ts *
+         if (!pkg_is_marked(ts->pms, pkg))
+             continue;
+-        if (sigint_reached())
++        if (sigint_reached()) {
++            n_array_cfree(pkgs);
+             return -1;
++        }
+         
+         installable = i3_is_pkg_installable(ts, pkg, 1);
+         
This page took 0.095308 seconds and 4 git commands to generate.