Fixed, working.

This commit is contained in:
Simon Brooke 2019-01-29 22:36:20 +00:00
parent eb394d153f
commit f9bcac10e7
14 changed files with 159 additions and 155 deletions

View file

@ -168,7 +168,7 @@ void free_cell( struct cons_pointer pointer ) {
break;
case READTV:
case WRITETV:
dec_ref(cell->payload.stream.meta);
dec_ref( cell->payload.stream.meta );
url_fclose( cell->payload.stream.stream );
break;
case SPECIALTV: