Fix hash table usage for request callback 94/127194/2
authorjongmyeongko <jongmyeong.ko@samsung.com>
Wed, 26 Apr 2017 10:51:27 +0000 (19:51 +0900)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Wed, 26 Apr 2017 13:47:46 +0000 (13:47 +0000)
commitd76c2656c6b87274feefbe1e36ac1df19b6e5515
treedb3327445044157ffd4755d455c67b1c74c3836f
parentbd41567bcff4f7ab9791bd98a304df06f94f1901
Fix hash table usage for request callback

The req_id was not used as key directly.
And destory function for key was not correct impl.

Use req_id as key directly
and desory function for value should be used.

Change-Id: I3df0de320a6641df797ff7c5268981a87059fd74
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
src/package_manager.c