From a89672c74b22cde85e1f24261a4125a0c6eb3409 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 17 Apr 2011 17:39:41 -0700 Subject: Fix possible memory leak --- npc/functions/magic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/magic.txt b/npc/functions/magic.txt index 6e741312..c4abcab6 100644 --- a/npc/functions/magic.txt +++ b/npc/functions/magic.txt @@ -147,7 +147,7 @@ L_Q_post_astralsoul: set @menu, 0; set @c, @choice_idx[@menu]; - return @c; + return; } -- cgit v1.2.3-60-g2f50