1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s3-printing: fix potential print db refcount leak

This commit is contained in:
David Disseldorp 2012-02-08 13:45:40 +01:00
parent 1cd2433e8d
commit 97073589d0

View File

@ -827,8 +827,8 @@ static bool pjob_store(struct tevent_context *ev,
}
}
release_print_db(pdb);
done:
release_print_db(pdb);
SAFE_FREE( old_data.dptr );
SAFE_FREE( buf );