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

davidbyttow / govips / 22742083420
37%
master: 37%

Build:
Build:
LAST BUILD BRANCH: test/tier1-coverage
DEFAULT BRANCH: master
Ran 05 Mar 2026 11:54PM UTC
Jobs 1
Files 19
Run time 1min
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

05 Mar 2026 11:52PM UTC coverage: 36.732% (+0.4%) from 36.365%
22742083420

Pull #510

github

davidbyttow
Fix memory leak in vipsImageGetAsString

The deferred freeCString captured a nil pointer (evaluated at defer
time, before the C call populated it), so the g_free-allocated string
from vips_image_get_as_string was never freed.

Fix: wrap in a closure so the variable is captured by reference and
evaluated when the deferred function actually executes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #510: Fix memory leaks in vipsGetPoint and vipsImageGetAsString

5 of 5 new or added lines in 1 file covered. (100.0%)

2626 of 7149 relevant lines covered (36.73%)

0.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22742083420.1 05 Mar 2026 11:54PM UTC 19
36.73
GitHub Action Run
Source Files on build 22742083420
  • Tree
  • List 19
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #510
  • PR Base - master (#22555782168)
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