OSDN Git Service

bitstream_close at parse
authorYoshihiro Yamazaki <yoya@awm.jp>
Tue, 21 Feb 2012 09:30:29 +0000 (18:30 +0900)
committerYoshihiro Yamazaki <yoya@awm.jp>
Tue, 21 Feb 2012 09:30:29 +0000 (18:30 +0900)
src/swf_tag_button.c

index b5f210d..dd0ea9e 100644 (file)
@@ -75,6 +75,7 @@ swf_tag_button_input_detail(swf_tag_t *tag, struct swf_object_ *swf) {
             swf_button_condaction_list_parse(bs, swf_tag_button->condactions);
         }
     }
+    bitstream_close(bs);
     return 0;
 }