diff options
author | corvid <corvid@lavabit.com> | 2009-05-31 17:22:07 -0400 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-31 17:22:07 -0400 |
commit | 292f3cf782f4ea6aefb7b176fa3448f1f7cce1f9 (patch) | |
tree | decc69cb2565859f82681babbcf0a67cf544a040 /src/history.c | |
parent | edb215a2eca45c5ba738fe9629d0fb91ec801d56 (diff) |
Bound at-exit memory deallocation
Diffstat (limited to 'src/history.c')
-rw-r--r-- | src/history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.c b/src/history.c index 626c3015..d90d457e 100644 --- a/src/history.c +++ b/src/history.c @@ -149,7 +149,7 @@ void a_History_set_title_by_url(const DilloUrl *url, const char *title) /* * Free all the memory used by this module */ -void a_History_free() +void a_History_freeall() { int i; |