IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2006, 3:33:07 PM (20 years ago)
Author:
Paul Price
Message:

Plugging memory leaks --- done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmConceptsStandard.c

    r6734 r6743  
    489489
    490490    // Otherwise, there's no formatting required
    491     return concept;
     491    return psMemIncrRefCounter(concept);
    492492}
    493493
     
    508508
    509509    // No formatting required
    510     return concept;
     510    return psMemIncrRefCounter(concept);
    511511}
    512512
     
    561561        if (strstr(format, "PRE2000")) {
    562562            psError(PS_ERR_IO, true, "Don't you realise it's the twenty-first century?\n");
    563             return false;
     563            return NULL;
    564564        }
    565565        if (strstr(format, "BACKWARDS")) {
    566566            psError(PS_ERR_IO, true, "You want it BACKWARDS?  Not right now, thanks.\n");
    567             return false;
     567            return NULL;
    568568        }
    569569
Note: See TracChangeset for help on using the changeset viewer.