Avoid freeing base class members.

This commit is contained in:
Shinji Suzuki 2020-08-02 13:50:13 +09:00
parent 502fee4bba
commit 70ce3ce4d5
1 changed files with 0 additions and 2 deletions

View File

@ -140,8 +140,6 @@ static void destroy(grib_context* context, grib_action* act)
grib_context_free_persistent(context, a->name);
grib_darray_delete(context, a->darray);
grib_context_free_persistent(context, act->name);
grib_context_free_persistent(context, act->op);
}
static void xref(grib_action* d, FILE* f, const char* path)