mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-17 19:42:21 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -1515,6 +1515,8 @@ XpSubmitJob(fileName, pContext)
|
||||||
|
|
||||||
FreeVector(vector);
|
FreeVector(vector);
|
||||||
xfree(cmdNam);
|
xfree(cmdNam);
|
||||||
|
|
||||||
|
return Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue