s3-spoolss: talloc_steal the returned driver_list in winreg_get_driver_list().
authorGünther Deschner <gd@samba.org>
Mon, 26 Apr 2010 19:00:45 +0000 (21:00 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 5 May 2010 16:17:23 +0000 (18:17 +0200)
commit83e324c4177f7c493c7181c8f81f6f1e02a7ad95
tree1df794aa2f991e81194abf7177f1c867801aecfc
parent24225bf032fb99e8949a741007cc6d199ee4702c
s3-spoolss: talloc_steal the returned driver_list in winreg_get_driver_list().

Otherwise the function would return a pointer to a freed list.

Guenther
source3/rpc_server/srv_spoolss_util.c