Changeset - bed606577946
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-09-20 14:21:49
ohnobinki@ohnopublishing.net
mortition(): free removed distrenjob
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -181,12 +181,13 @@ void mortition(struct distrenjob *head, 
 
        }
 
    }
 

	
 
  if(isJobDone)
 
    {
 
      distrenjob_remove(head, job);
 
      distrenjob_free(&job);
 
      general_info.jobs_in_queue--;
 
    }
 
}
 

	
 
/**
 
   creates a structure from starting data, then calls another function to actually add that struct to the queue
0 comments (0 inline, 0 general)