WebView: move http.free() at the end
git-svn-id: svn://kolibrios.org@8574 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -231,7 +231,6 @@ void main()
|
||||
} else {
|
||||
// Loading the page is complete, free resources
|
||||
redirect_count = 0;
|
||||
http.hfree();
|
||||
if (http_get_type==PAGE) {
|
||||
history.add(http.cur_url);
|
||||
if (!strchr(http.cur_url, '?')) {
|
||||
@@ -250,6 +249,7 @@ void main()
|
||||
free(http.content_pointer);
|
||||
GetImg(false);
|
||||
}
|
||||
http.hfree();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user