It works!
This commit is contained in:
parent
b15c0e8f89
commit
a640c9dff9
10 changed files with 568 additions and 438 deletions
|
|
@ -166,6 +166,10 @@ void free_cell( struct cons_pointer pointer ) {
|
|||
dec_ref( cell->payload.ratio.dividend );
|
||||
dec_ref( cell->payload.ratio.divisor );
|
||||
break;
|
||||
case READTV:
|
||||
case WRITETV:
|
||||
url_fclose( cell->payload.stream.stream);
|
||||
break;
|
||||
case SPECIALTV:
|
||||
dec_ref( cell->payload.special.source );
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue