potracer 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/ext/potracer/potracer.c +1 -0
  2. metadata +1 -1
@@ -204,6 +204,7 @@ trace_as_svg (VALUE klass)
204
204
  out_buffer = ALLOC_N(char, size);
205
205
  rewind(out);
206
206
  fread(out_buffer, 1, size, out);
207
+ fclose(out);
207
208
  return rb_str_new2(out_buffer);
208
209
  }
209
210
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: potracer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: