Changeset 4651
- Timestamp:
- Jul 28, 2005, 2:34:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.c
r4650 r4651 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.c,v 1.3 3 2005-07-29 00:31:05jhoblitt Exp $6 * $Id: nebclient.c,v 1.34 2005-07-29 00:34:54 jhoblitt Exp $ 7 7 */ 8 8 … … 360 360 361 361 nebFree(filename); 362 nebObjectInstancesFree(locations); 362 363 363 364 if (fh < 0) { 364 365 nebSetErr(server, "open: %s", strerror(errno)); 365 nebObjectInstancesFree(locations); 366 367 return -1; 368 } 369 370 nebObjectInstancesFree(locations); 366 367 return -1; 368 } 371 369 372 370 return fh;
Note:
See TracChangeset
for help on using the changeset viewer.
