We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959ffaf commit 57ba0fdCopy full SHA for 57ba0fd
source/bulkdata/profilexconf.c
@@ -1003,9 +1003,14 @@ T2ERROR ProfileXConf_terminateReport()
1003
1004
T2ERROR ret = T2ERROR_FAILURE;
1005
1006
+ pthread_mutex_lock(&plMutex);
1007
+
1008
if(!singleProfile)
1009
{
1010
T2Error("Xconf profile is not set.\n");
1011
1012
+ pthread_mutex_unlock(&plMutex);
1013
1014
return ret;
1015
}
1016
@@ -1033,6 +1038,8 @@ T2ERROR ProfileXConf_terminateReport()
1033
1038
T2Info("No report generation in progress. No further action required for abort.\n");
1034
1039
1035
1040
1041
1042
1036
1043
1037
1044
1045
0 commit comments