소스 검색

* Add destructor for "caca_file" resources

tags/v0.99.beta17
Nicolas Vion nico 16 년 전
부모
커밋
63a44b0b7a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      caca-php/php_caca.c

+ 1
- 0
caca-php/php_caca.c 파일 보기

@@ -197,6 +197,7 @@ static void php_caca_font_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) {
}

static void php_caca_file_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) {
caca_file_close(rsrc->ptr);
}

static void php_caca_display_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) {


불러오는 중...
취소
저장