• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ReactiveX / rxjs / 4203
97%

Build:
DEFAULT BRANCH: master
Ran 13 Feb 2017 05:24AM UTC
Jobs 1
Files 340
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4203

push

travis-ci

blesh
fix(Subscription): fold ChildSubscription logic into Subscriber to prevent operators from leaking ChildSubscriptions. (#2360)

The addition of ChildSubscription to fix #2244 accidentally introduced a different memory leak. Most operators that add and remove inner Subscriptions store the inner Subscriber instance, not the value returned by Subscription#add. When they try to remove the inner Subscription manually, nothing is removed, because the ChildSubscription wrapper instance is the one added to the subscriptions list.

Fixes #2355

84 of 84 new or added lines in 8 files covered. (100.0%)

6517 of 6672 relevant lines covered (97.68%)

672.33 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/operator/repeatWhen.ts
2
100.0
src/Subscription.ts
Jobs
ID Job ID Ran Files Coverage
2 4203.2 (NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt danger=./node_modules/danger/distribution/danger) 13 Feb 2017 05:24AM UTC 0
97.68
Travis Job 4203.2
Source Files on build 4203
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4203
  • 22e4c170 on github
  • Prev Build on master (#4187)
  • Next Build on master (#4204)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc