| 75 | } |
| 76 | |
| 77 | static void |
| 78 | ggandiva_expression_finalize(GObject *object) |
| 79 | { |
| 80 | auto priv = GGANDIVA_EXPRESSION_GET_PRIVATE(object); |
| 81 | |
| 82 | priv->expression.~shared_ptr(); |
| 83 | |
| 84 | G_OBJECT_CLASS(ggandiva_expression_parent_class)->finalize(object); |
| 85 | } |
| 86 | |
| 87 | static void |
| 88 | ggandiva_expression_set_property(GObject *object, |