diff options
author | Andreas Schneider <asn@samba.org> | 2010-09-10 16:06:24 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-09-10 16:10:46 +0200 |
commit | fc1a5dbffb1330bba0e4deebdf18b812ccc1a823 (patch) | |
tree | cfb707a2eb7e8f2eaa2fa050d1d3c6c7735b7f9d /source3/include/proto.h | |
parent | ed2c06f9da0401fb95dcc16b4d3a3bd4f27b09f2 (diff) | |
download | samba-fc1a5dbffb1330bba0e4deebdf18b812ccc1a823.tar.gz samba-fc1a5dbffb1330bba0e4deebdf18b812ccc1a823.tar.xz samba-fc1a5dbffb1330bba0e4deebdf18b812ccc1a823.zip |
s3-spoolss: Don't leak memory on the session counter list.
Thanks Günther, please check.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 0b54932135f..5e2e0bff3d4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4386,6 +4386,7 @@ NTSTATUS np_read_recv(struct tevent_req *req, ssize_t *nread, bool *is_data_outstanding); /* The following definitions come from rpc_server/srv_spoolss_nt.c */ +void srv_spoolss_cleanup(void); void do_drv_upgrade_printer(struct messaging_context *msg, void *private_data, |