Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10026] GUIlib has bad md5sum

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10026] GUIlib has bad md5sum
  • Date: Wed, 26 Oct 2005 14:32:10 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=10026





------- Additional Comments From acedit AT armory.com 2005-10-26 14:32 -------
Heres a diff of the two trees.

diff -aur old/GUIlib-1.1.1/GUI_button.cpp new/GUIlib-1.1.1/GUI_button.cpp
--- old/GUIlib-1.1.1/GUI_button.cpp 2005-10-20 21:00:59.000000000 -0700
+++ new/GUIlib-1.1.1/GUI_button.cpp 2000-04-05 21:48:51.000000000 -0700
@@ -133,9 +133,9 @@
if (freebutton)
{
if (button)
- SDL_FreeSurface(button);
+ delete button;
if (button2)
- SDL_FreeSurface(button2);
+ delete button2;
}
if (freefont)
delete buttonFont;
Only in old/GUIlib-1.1.1: GUI_button.cpp~


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page