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

davidbyttow / govips / 22742310987
37%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2026 12:02AM 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

06 Mar 2026 12:00AM UTC coverage: 36.711% (-0.02%) from 36.732%
22742310987

push

github

web-flow
Remove incorrect defers that would free internal vips pointers (#511)

* Remove incorrect defer in vipsImageGetMetaLoader

get_meta_loader wraps vips_image_get_string which returns an internal
vips pointer that must not be freed by the caller. The defer was
harmless (captured nil due to Go's defer evaluation semantics) but
incorrect and misleading.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Remove incorrect defer in vipsImageGetDelay

get_image_delay wraps vips_image_get_array_int which returns an
internal vips pointer that must not be freed by the caller.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Remove incorrect defer in vipsImageGetBackground

get_background wraps vips_image_get_array_double which returns an
internal vips pointer that must not be freed by the caller.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Remove incorrect defer in vipsImageGetString

image_get_string wraps vips_image_get_string which returns an internal
vips pointer that must not be freed by the caller.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

2623 of 7145 relevant lines covered (36.71%)

0.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22742310987.1 06 Mar 2026 12:02AM UTC 19
36.71
GitHub Action Run
Source Files on build 22742310987
  • Tree
  • List 19
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d929cf5c on github
  • Prev Build on master (#22742309762)
  • Next Build on master (#22742360329)
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