summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2012-11-02 08:15:27 +0000
committerRay Strode <rstrode@redhat.com>2012-11-05 12:04:12 -0500
commit6aa22c45b9c9bd36de7d1aee31d470adf535a3f1 (patch)
tree3bef3e5b33cdd490d32548ca7239e85d9de19602 /data
parent41b39a1ac5de9c67eebdd1a1f4bfdf2256b210b6 (diff)
downloadaccountsservice-6aa22c45b9c9bd36de7d1aee31d470adf535a3f1.tar.gz
ActUserManagerNewSession: do not free if there are pending async calls
While the ActUserManagerNewSession is the user_data for an asynchronous call, it is not safe to free the struct: when the async call completes, it will dereference the struct. In GIO, cancellation happens asynchronously, so using a GCancellable is not enough to prevent this: the cancelled async call still won't complete until we get back to the main loop. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50112 Bug-Debian: http://bugs.debian.org/681826
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions