Replace the NULL with SQLITE_TRANSIENT.
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 5 Mar 2013 15:16:57 +0000 (15:16 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 5 Mar 2013 15:16:57 +0000 (15:16 +0000)
commit6cefa19a86ced300ffd464e8eb0e53d258fe02b9
treef95dc453a21695eddfe1bdb4bdc84c23a9259d95
parent6e77ad95f447188c10a4843fba5ef9f1f0bb2bc1
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: I60aebb9ff7da99fbd5cc994675701301e5d69d0b
packaging/data-provider-master.spec
pkgmgr_livebox/src/service_register.c
src/io.c