X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=blobdiff_plain;f=panel-plugin%2Fxfce4-hdaps.c;fp=panel-plugin%2Fxfce4-hdaps.c;h=ac8b2d7e37191426a285d8d87f16155e60d16ff4;hp=59581dfeb31f8892949fc3d75223ffe261507e5d;hb=b9ce0d116a61d4c0e000672a6efbc235db709f75;hpb=ab31414f32e0c386fb8d3926e805395a701fe6a3 diff --git a/panel-plugin/xfce4-hdaps.c b/panel-plugin/xfce4-hdaps.c index 59581df..ac8b2d7 100644 --- a/panel-plugin/xfce4-hdaps.c +++ b/panel-plugin/xfce4-hdaps.c @@ -311,7 +311,7 @@ static void hdaps_free(XfcePanelPlugin *plugin, } /* ...and finally free the plugin structure. */ - panel_slice_free(HdapsPlugin, hdaps); + g_slice_free(HdapsPlugin, hdaps); }