Commit ccd54ca
committed
inputcapture: Consistently end the Call iff the GTask has completed
After the previous commit ensured that the GTask is always given a
result at all appropriate times, this should not make any practical
difference.
However, it hopefully makes the intention clearer: after the GTask has
completed, we always dispose the Call, and if the GTask has not yet
completed, we never do.
Signed-off-by: Simon McVittie <smcv@debian.org>1 parent 207eaaa commit ccd54ca
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
622 | | - | |
623 | | - | |
624 | 622 | | |
625 | 623 | | |
626 | 624 | | |
| |||
636 | 634 | | |
637 | 635 | | |
638 | 636 | | |
639 | | - | |
640 | | - | |
| 637 | + | |
| 638 | + | |
641 | 639 | | |
642 | 640 | | |
643 | 641 | | |
| |||
705 | 703 | | |
706 | 704 | | |
707 | 705 | | |
708 | | - | |
| 706 | + | |
709 | 707 | | |
710 | 708 | | |
711 | 709 | | |
| |||
0 commit comments