]> git.feebdaed.xyz Git - 0xmirror/WiringPi.git/commitdiff
wiringPi.c : memory leak in wiringPiISR and wiringPiISRStop fixed
authorphylax2020 <severin.hoffmann@t-online.de>
Sun, 16 Feb 2025 22:02:24 +0000 (23:02 +0100)
committerphylax2020 <severin.hoffmann@t-online.de>
Sun, 16 Feb 2025 22:02:24 +0000 (23:02 +0100)
wiringPi/wiringPi.c

index f0438d4799baccee45b0fef4e20d09639c4520f9..ba684eacf4627a281bf59fb80e585cf3ffc5ec14 100644 (file)
@@ -144,7 +144,6 @@ struct wiringPiNodeStruct *wiringPiNodes = NULL ;
 
 // maybe faster then piRP1Model
 #define ISRP1MODEL (PI_MODEL_5==RaspberryPiModel || PI_MODEL_CM5==RaspberryPiModel|| PI_MODEL_500==RaspberryPiModel || PI_MODEL_CM5L==RaspberryPiModel)
-
 //RP1 chip (@Pi5) RIO address
 const unsigned int RP1_RIO_OUT = 0x0000;
 const unsigned int RP1_RIO_OE  = (0x0004/4);