diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-05-11 15:41:15 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-05-11 15:41:15 -0400 |
commit | 3e7f5e64ef7f922afcdaf1152e6c1f2b696f47d8 (patch) | |
tree | 324a4aca575e58d4d814eae47ed2f82a79a5e201 /dw/layout.cc | |
parent | 49f3a54f982e682a20dafc74fa32c3619cc4bef4 (diff) | |
parent | 1f7c40adbfddff181209abc7e55c0ae3b3964af3 (diff) |
merge
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/layout.cc b/dw/layout.cc index 8a439ae6..b430eaa1 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -174,7 +174,7 @@ bool Layout::LinkEmitter::emitClick (Widget *widget, int link, int img, Layout::Anchor::~Anchor () { - delete name; + free(name); } // --------------------------------------------------------------------- |