Removed the 'fixme' comment, because I fixed it already.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 13 Oct 2007 23:38:25 +0000 (23:38 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 13 Oct 2007 23:38:25 +0000 (23:38 +0000)
git-svn-id: http://svn.voria.com/code@926 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_png/mptr_png.cpp

index b36266b..7c07d38 100644 (file)
@@ -327,10 +327,6 @@ png_mptr::png_mptr(const char *file_name)
 
        DEBUGPOINT();
 
-       // \fixme These shouldn't be uncommented, but for some
-       // reason, they crash the program. I will have to look into this
-       // later. This is a memory leak, but it shouldn't be too bad.
-
        png_read_end(png_ptr, end_info);
        png_destroy_read_struct(&png_ptr, &info_ptr, &end_info);
        fclose(file);