IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4651


Ignore:
Timestamp:
Jul 28, 2005, 2:34:54 PM (21 years ago)
Author:
jhoblitt
Message:

tidy nebOpen()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.c

    r4650 r4651  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.c,v 1.33 2005-07-29 00:31:05 jhoblitt Exp $
     6 * $Id: nebclient.c,v 1.34 2005-07-29 00:34:54 jhoblitt Exp $
    77 */
    88
     
    360360
    361361    nebFree(filename);
     362    nebObjectInstancesFree(locations);
    362363
    363364    if (fh < 0) {
    364365        nebSetErr(server, "open: %s", strerror(errno));
    365         nebObjectInstancesFree(locations);
    366 
    367         return -1;
    368     }
    369 
    370     nebObjectInstancesFree(locations);
     366
     367        return -1;
     368    }
    371369
    372370    return fh;
Note: See TracChangeset for help on using the changeset viewer.