Replace the NULL with SQLITE_TRANSIENT.
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 5 Mar 2013 15:20:56 +0000 (15:20 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 5 Mar 2013 15:20:56 +0000 (15:20 +0000)
commit1ea532f5cf3f179d57866f875e065ee4c7c0be5c
tree6c060fafe21cacbf1d4c6a2854a42ee0514d583c
parent6219e95e44551b18781c96f30ea7c60d1787f454
Replace the NULL with SQLITE_TRANSIENT.

NULL is defined as SQLITE_STATIC.
But I intend to use the SQLITE_TRANSIENT, so I set it correctly.

Change-Id: I1d94a8ebdfbd9bb9e773f036b81cc64ac95fa5b5
packaging/data-provider-master.spec
pkgmgr_livebox/src/service_register.c
src/io.c