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

grunwaldlab / poppr / 675
80%
master: 95%

Build:
Build:
LAST BUILD BRANCH: cran-patch-docs
DEFAULT BRANCH: master
Ran 27 Aug 2015 12:22AM UTC
Jobs 1
Files 31
Run time 1s
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
675

push

travis-ci

zkamvar
Fixed memory leak in mlg_counter.c

The comparison function was stepping out of bounds when it was
casting the mask struct. instead of `*ia = *(struct mask **)`,
I used `*ia = (struct mask *)`. I also explicitly cast the
pointers passed to memcmp as `(const int *)`. For some reason
all of this seems to work.

4785 of 5781 relevant lines covered (82.77%)

1300266.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 675.1 27 Aug 2015 12:22AM UTC 0
82.77
Travis Job 675.1
Source Files on build 675
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #675
  • 96ddae51 on github
  • Prev Build on mlg-counter (#674)
  • Next Build on mlg-counter (#676)
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