Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 243431 | Differences between
and this patch

Collapse All | Expand All

(-)src-native-new/src/agentController/AgentController.c (-2 / +2 lines)
Lines 82-88 Link Here
82
ConnectionManager_t    connectionManager;
82
ConnectionManager_t    connectionManager;
83
ConfigurationManager_t configurationManager;
83
ConfigurationManager_t configurationManager;
84
LoggingService_t       loggingService;
84
LoggingService_t       loggingService;
85
char				   *iacConfigDirPath;
85
char				   *iacConfigDirPath = NULL;
86
86
87
/* Help for termination */
87
/* Help for termination */
88
#ifdef _WIN32
88
#ifdef _WIN32
Lines 413-419 Link Here
413
			}else{
413
			}else{
414
				iacConfigDirPath = (char*)tptp_malloc(sizeof(char) * 2048);
414
				iacConfigDirPath = (char*)tptp_malloc(sizeof(char) * 2048);
415
				
415
				
416
				sprintf(iacConfigDirPath, "%s", argv[i+1]);
416
				sprintf(iacConfigDirPath, "%s", temConfigDir);
417
				fclose(serviceConfigFile);
417
				fclose(serviceConfigFile);
418
			}
418
			}
419
		}
419
		}

Return to bug 243431