X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhildon-date-button.c;h=3c12833dd53561b8e8182ccc4c705cc2b03bf530;hb=db9685e21af93630b100473c49d066de0ad3691f;hp=7ff14ad080993cfb5ef0772fa5966b21a018ca5e;hpb=2cd50329538b9d88797e16e11383264ae84ee340;p=hildon diff --git a/src/hildon-date-button.c b/src/hildon-date-button.c index 7ff14ad..3c12833 100644 --- a/src/hildon-date-button.c +++ b/src/hildon-date-button.c @@ -158,4 +158,6 @@ hildon_date_button_set_date (HildonDateButton * button, date = hildon_touch_selector_get_current_text (HILDON_TOUCH_SELECTOR (selector)); hildon_button_set_value (HILDON_BUTTON (button), date); + + g_free (date); }