Commit c59917a3 authored by Andrew Price's avatar Andrew Price
Browse files

Don't free an _autofree var in scr_roomnum

Introduced in commit b5193749. Fixes #7.
parent 1b29c470
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -428,7 +428,6 @@ void scr_roomnum( struct code *pc, int fargc, char **fargv )
	}

	var_str_force_2(what, rn);
	free(what);
}

void scr_talkpriv( struct code *pc, int fargc, char **fargv )