freeStructFields method

  1. @override
void freeStructFields(
  1. EmbedderOptions struct
)
override

Deallocates any memory on the struct that would be missed simply by calling calloc.free(struct), which the parent who called this method will do after this method completes.

Implementation

@override
void freeStructFields(bindings.EmbedderOptions struct) {
  // no-op; nothing to free
}