コード例 #1
0
ファイル: any2bytes.c プロジェクト: Angeldude/pd
/*--------------------------------------------------------------------
 * free
 */
static void any2bytes_free(t_any2bytes *x)
{
  pdstring_bytes_clear(&x->x_bytes);
  pdstring_atoms_clear(&x->x_atoms);
  binbuf_free(x->x_binbuf);
  inlet_free(x->x_eos_in);
  outlet_free(x->x_outlet);
  return;
}
コード例 #2
0
/*--------------------------------------------------------------------
 * free
 */
static void array2rawbytes_free(t_array2rawbytes *x)
{
  pdstring_atoms_clear(&x->x_atoms);
  outlet_free(x->x_outlet);
  return;
}