Opened 18 years ago
Closed 16 years ago
#103 closed Defect (fixed)
unreachable code in texture.C
Reported by: | Ageless | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | BOINC - API | Version: | |
Keywords: | Cc: |
Description
Comments: Posted by: echtbaer Date: 10:00 PM 09-10-2006 texture.C (CVS version 21.11.2005, 19:34:15): line 318 in function unsigned * read_tga_texture(char *name, int *width, int *height, int*) will never be reached: 317: return (unsigned *) base; 318: fclose(s); 319:}
Change History (2)
comment:1 Changed 16 years ago by
Owner: | changed from Undetermined to davea |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [17391]) - API: file descriptor leak in obscure case.