Changeset - 393ab8fcf2ee
[Not reviewed]
default
0 2 0
Ethan Zonca (ethanzonca) - 15 years ago 2010-09-13 23:00:23
e@ethanzonca.com
Fixed doublefree
2 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/server/simpleslave.c
Show inline comments
 
@@ -312,6 +312,8 @@ if(updateConf){
 
          // Tell the server that rendering and upload are complete
 
          _web_finishframe(slavekey, password, jobnum, framenum);
 
        }
 

	
 
        free(outputExt);
 
      }
 
    else{
 
      if(DEBUG)
 
@@ -329,7 +331,6 @@ if(updateConf){
 
        delete_jobdata(jobnum, datadir);
 
      }
 

	
 
    free(outputExt);
 
  }
 

	
 
  free(my_cfg);
src/server/slavefuncs.c
Show inline comments
 
@@ -46,7 +46,7 @@
 
#include <time.h>
 

	
 
// Function debug
 
#define DEBUG 1
 
#define DEBUG 0
 

	
 
/*
 
void stringToUpper(char *string){
0 comments (0 inline, 0 general)