[Mesa-dev] [PATCH v2 4/11] compiler/blob: Switch to init/finsih instead of create/destroy

Jordan Justen jordan.l.justen at intel.com
Thu Oct 12 22:35:28 UTC 2017


Typo 'finsih' in subject.

On 2017-10-11 13:52:17, Jason Ekstrand wrote:
>  
>  /**
>   * Destroy a blob and free its memory.

Function comment needs an update.

-Jordan

>   */
>  static inline void
> -blob_destroy(struct blob *blob)
> +blob_finish(struct blob *blob)
>  {
>     free(blob->data);
> -   free(blob);
>  }


More information about the mesa-dev mailing list