X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fdebug.qh;fp=qcsrc%2Fcommon%2Fdebug.qh;h=983b073b406c8cfb93de92a31002d5dd1359fa56;hb=49dd3844a37bb91e3c48654dead867b15ce94638;hp=936f1e028857e121d97fcdc985af76011bde90e3;hpb=9b23b68f560715b3c44b00f28237c054150c0c90;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/debug.qh b/qcsrc/common/debug.qh index 936f1e028..983b073b4 100644 --- a/qcsrc/common/debug.qh +++ b/qcsrc/common/debug.qh @@ -411,7 +411,7 @@ CLASS(DebugText3d, Object) } DESTRUCTOR(DebugText3d) { - strunzone(this.message); + strfree(this.message); } void DebugText3d_draw2d(DebugText3d this) {