diff options
author | Sebastian Geerken <devnull@localhost> | 2013-06-17 12:56:47 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-06-17 12:56:47 +0200 |
commit | 8ab35cfed90977fabbc7bb5ed8036f07cbaff313 (patch) | |
tree | 2d432dbc4a7ba2a79b3c20388148dfe0eea6d28e /src/dillo.cc | |
parent | 13837a13a756a929d51166c1e4b822a59537ab76 (diff) |
Cleanup.
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index bf25d315..5c1e7364 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -516,6 +516,8 @@ int main(int argc, char **argv) a_Prefs_freeall(); Keys::free(); Paths::free(); + dw::core::freeall(); + dw::fltk::freeall(); /* TODO: auth, css */ //a_Dpi_dillo_exit(); |