Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1647 - Fix the
problem that |XpSubmitJob()| returns a random value (patch by Stefan Dirsch/SuSE).
This commit is contained in:
parent
60caca718d
commit
5505555c15
|
@ -1515,6 +1515,8 @@ XpSubmitJob(fileName, pContext)
|
||||||
|
|
||||||
FreeVector(vector);
|
FreeVector(vector);
|
||||||
xfree(cmdNam);
|
xfree(cmdNam);
|
||||||
|
|
||||||
|
return Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue