Patches item #1550343, was opened at 2006-09-01 10:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304041&aid=1550343&group_id=4041
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Tomas Rapkauskas (slider666) Assigned to: Nobody/Anonymous (nobody) Summary: Possible memory leak in lib3ds_file_free() (fix bug 1462603 Initial Comment: Additional info: http://sourceforge.net/mailarchive/forum.php?thread_id=10027089&forum_id=5465 Index: lib3ds/file.c =================================================================== RCS file: /cvsroot/lib3ds/lib3ds/lib3ds/file.c,v retrieving revision 1.24 diff -u -r1.24 file.c --- lib3ds/file.c 1 Jun 2006 10:32:56 -0000 1.24 +++ lib3ds/file.c 8 Jun 2006 11:50:38 -0000 @@ -253,6 +253,8 @@ { ASSERT(file); lib3ds_viewport_set_views(&file->viewport,0); + lib3ds_viewport_set_views(&file->viewport_keyf,0); + { Lib3dsMaterial *p,*q; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304041&aid=1550343&group_id=4041 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ lib3ds-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lib3ds-devel
