| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
now. We can reintroduce it once we know if our session is upstart-managed (or systemd-managed).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
1. indicator_application_dispose() calls g_hash_table_get_keys() N times and leaks them all.
2. indicator_application_dispose() passes each of the hashtable's keys (owned by the hash) to function theme_dir_unref(key), which removes from the hashtable but then continues to use the now-dangling key.
|
|
|
|
| |
overflow, as reported by coverity in lp bug #944234
|
| |
|
| |
|
|
|
|
|
|
|
| |
GVariantBuilder can only infer the proper type for non-empty arrays. If
an array may be empty, the full definite type must be given to
g_variant_builder_init().
|
| |
|
|\ |
|
| | |
|
|\ \ |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
title though.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\ |
|
| | |
|
| | |
|
|/ |
|