{
vorbis_dsp_clear(PY_DSP(self));
Py_XDECREF(((py_dsp *)self)->parent);
PyMem_DEL(self);
PyObject_Del(self);
}
static PyObject*
ret = py_ov_open(newobj, args);
if (ret == NULL) {
PyMem_DEL(newobj);
PyObject_Del(newobj);
return NULL;
free(py_self->ovf);
PyObject_DEL(self);
static PyObject *
static void
py_ov_info_dealloc(PyObject *self)
#define CMP_RET(x) \
free(ovc_self->vc);
#if PY_UNICODE
item = PyUnicode_DecodeUTF8(val, vallen, NULL);
if (!item) {
PyErr_Clear();
/* To deal with non-UTF8 comments (against the standard) */
item = PyString_FromStringAndSize(val, vallen);