Opened 17 years ago

Closed 15 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 15 years ago by romw

Owner: changed from Undetermined to davea

comment:2 Changed 15 years ago by davea

Resolution: fixed
Status: newclosed

(In [17391]) - API: file descriptor leak in obscure case.

fixes #103

Note: See TracTickets for help on using tickets.