Revert "coverity#983096: Resource leak"

This reverts commit 039bfd3e51.
This commit is contained in:
Noel Power
2013-05-08 10:48:10 +01:00
parent e07a65f92d
commit 56fa2d1bed

View File

@@ -194,7 +194,6 @@ int AddInclude( char* pIncStr )
*incend++ = pIncPos;
pIncPos = strtok( NULL, ";" );
}
free(pIncEnv);
return( 1 );
}