]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Patch from Scott McKellar:
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 31 Jan 2008 19:53:27 +0000 (19:53 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 31 Jan 2008 19:53:27 +0000 (19:53 +0000)
commit6320200139326224faed6494c7e5c661e7361a92
tree3da0d48a71421aa03980b8a4121b92e869582fa2
parentec4428b465002d5105bbfc47756cd22b2a5dbfbd
Patch from Scott McKellar:

1. In oilsInitIDL: I added the const qualifier to the input parameter.
This change involved some juggling of a couple of extra variables.

2. Also in oilsInitIDL: I plugged a potential memory leak related to
an early return.

3. In oilsUtilsFetchUserByBarcode we create a jsonObject named
"card" but we weren't freeing it.  Now we free it.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@8551 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_utils.c