- Timestamp:
- Nov 21, 2023 12:47:39 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp
r102191 r102196 361 361 XPTHeader *header = nsnull; 362 362 char *whole = nsnull; 363 PRFileDesc* fd = nsnull;364 363 XPTState *state = nsnull; 365 364 XPTCursor cursor; … … 418 417 419 418 out: 420 if( fd)421 PR_Close(fd);419 if(hFile != NIL_RTFILE) 420 RTFileClose(hFile); 422 421 if(state) 423 422 XPT_DestroyXDRState(state);
Note:
See TracChangeset
for help on using the changeset viewer.