X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_png%2Fmptr_png.cpp;h=7c07d38fad11b30d4ecef99e88971d2284516d34;hb=471b49dfa2c42729b5cb72dd9547d4c2dcb0a2b1;hp=b36266b9ac6d90690d2f0c8d9eb6f58857be0bde;hpb=27ef4606cc033aa4790395079ed4a6f44de567f0;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_png/mptr_png.cpp b/synfig-core/trunk/src/modules/mod_png/mptr_png.cpp index b36266b..7c07d38 100644 --- a/synfig-core/trunk/src/modules/mod_png/mptr_png.cpp +++ b/synfig-core/trunk/src/modules/mod_png/mptr_png.cpp @@ -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);