diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-01 16:56:52 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-01 16:56:52 +0000 |
| commit | 2c74f2bf6cba53e17b5b36beacc895a121de3b4d (patch) | |
| tree | 8ac67bb64835019f5d93c2a27f7c2153165c849c /rotord/src/nodes_drawing.h | |
| parent | e67e0a69e8f168646076d26e7317eaec4e02058a (diff) | |
listnode/json
Diffstat (limited to 'rotord/src/nodes_drawing.h')
| -rw-r--r-- | rotord/src/nodes_drawing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_drawing.h b/rotord/src/nodes_drawing.h index 1bd6375..f46c2b0 100644 --- a/rotord/src/nodes_drawing.h +++ b/rotord/src/nodes_drawing.h @@ -240,7 +240,7 @@ namespace Rotor { }; ~Svg(){ rsvg_handle_close(rsvg,nullptr); - g_object_unref(rsvg); + //g_object_unref(rsvg); }; Svg* clone(map<string,string> &_settings) { return new Svg(_settings);}; void vector_output(cairo_t * cr,const Frame_spec &frame){ |
