diff --git a/src/SWFFile.cpp b/src/SWFFile.cpp index b947ba8..2c871e1 100644 --- a/src/SWFFile.cpp +++ b/src/SWFFile.cpp @@ -339,13 +339,6 @@ namespace SWF { xmlFreeDoc(doc); return length; - - fail: - if (doc) { - xmlFreeDoc(doc); - } - - return 0; } #define MAX_BUFFER 1000000