Changeset 186


Ignore:
Timestamp:
Jul 11, 2017, 1:52:51 PM (7 years ago)
Author:
max@…
Message:

memory leak (among others)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/process.c

    r172 r186  
    641641        printk("\n[ERROR] in %s : cannot get PID / cluster = %x / ppid = %x / path = %s\n",
    642642               __FUNCTION__ , local_cxy , parent_pid , path );
     643        process_free( process );
    643644                return ENOMEM;
    644645    }
Note: See TracChangeset for help on using the changeset viewer.