Fix crashes due to use of an uninitialised set of points.
git-svn-id: svn://localhost/ardour2/branches/3.0@8975 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d22a0c4f5a
commit
90c69e7116
@ -29,7 +29,6 @@ Diamond::Diamond(Group& group, double height)
|
||||
, _h (height)
|
||||
{
|
||||
points = gnome_canvas_points_new (4);
|
||||
g_object_set (gobj(), "points", points, NULL);
|
||||
move_to (0, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user