X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fexample%2Fprotect.c;h=684bc6dac0c3ed2aad97e0f8330018d266733bf0;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hp=2bf2f70acb9cfc810db27f7b00e1ab37bbf186c2;hpb=d0c255a3b63de4982e15f1c1c169ebdb08d4163c;p=swftools.git diff --git a/lib/example/protect.c b/lib/example/protect.c index 2bf2f70..684bc6d 100644 --- a/lib/example/protect.c +++ b/lib/example/protect.c @@ -62,7 +62,7 @@ int main(int argn,char ** argv) if(!ret) printf("Password validation failed\n"); else printf("Password ok\n"); - swf_DeleteTag(tag); + swf_DeleteTag(&swf, tag); } tag = next; }