Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/clonable.c

    rd5c1051 r7b616e2  
    3838#include <assert.h>
    3939#include <stdio.h>
    40 #include <stdlib.h>
     40#include <malloc.h>
    4141#include <loader/loader.h>
    4242#include "clonable.h"
     
    130130        int rc = loader_spawn("loader");
    131131       
    132         if (rc != EOK) {
     132        if (rc < 0) {
    133133                free(csr);
    134134                async_answer_0(callid, rc);
Note: See TracChangeset for help on using the changeset viewer.