Revert "Merge branch 'type-safe-g-clear-pointer-1425' into 'master'"

This reverts merge request !165
This commit is contained in:
Emmanuele Bassi
2018-07-11 21:52:31 +00:00
parent aa6721f1ee
commit d3881bb1bf
4 changed files with 3 additions and 14 deletions

View File

@@ -132,7 +132,7 @@ test_clear (void)
static void
test_clear_function (void)
{
GObject *o = NULL;
volatile GObject *o = NULL;
GObject *tmp;
(g_clear_object) (&o);