[Swfed-svn] swfed-svn [189] free_swfed_resource で resource ptr を swf_object_close に渡す際にキャストを入れた

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 5月 6日 (木) 19:09:31 JST


Revision: 189
          http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=189
Author:   yoya
Date:     2010-05-06 19:09:30 +0900 (Thu, 06 May 2010)

Log Message:
-----------
free_swfed_resource で resource ptr を swf_object_close に渡す際にキャストを入れた

Modified Paths:
--------------
    trunk/src/swfed.c


-------------- next part --------------
Modified: trunk/src/swfed.c
===================================================================
--- trunk/src/swfed.c	2010-04-20 02:12:59 UTC (rev 188)
+++ trunk/src/swfed.c	2010-05-06 10:09:30 UTC (rev 189)
@@ -858,5 +858,5 @@
 static void free_swfed_resource(zend_rsrc_list_entry *resource TSRMLS_DC)
 {
 //    printf("SWFEditor->destory\n");
-    swf_object_close(resource->ptr);
+    swf_object_close((swf_object_t *) resource->ptr);
 }



Swfed-svn メーリングリストの案内
Back to archive index