diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 13:50:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 13:50:39 -0500 |
commit | 7cff4ed56af6f2af5c4edff508a976e993a1e346 (patch) | |
tree | ff6173a628b3a0a3d96351ac47954a05ad41801b | |
parent | f20865cc143cb537b7612ec19fc889b41777982a (diff) | |
parent | ea77e8e1f93a64397d73f4c369fd90f76db49f35 (diff) | |
download | libayatana-appindicator-7cff4ed56af6f2af5c4edff508a976e993a1e346.tar.gz libayatana-appindicator-7cff4ed56af6f2af5c4edff508a976e993a1e346.tar.bz2 libayatana-appindicator-7cff4ed56af6f2af5c4edff508a976e993a1e346.zip |
Free allocated name
-rw-r--r-- | src/app-indicator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c index a828113..bc08eea 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -1235,6 +1235,7 @@ bus_watcher_ready (GObject * obj, GAsyncResult * res, gpointer user_data) g_object_unref(G_OBJECT(user_data)); return; } + g_free(name); /* g_object_unref(G_OBJECT(user_data)); */ /* Why is this commented out? Oh, wait, we don't want to |